Comment 12 for bug 973288

Revision history for this message
Manuel Siggen (manuel-siggen) wrote :

Hi Martin, hi all,

Thanks ! Here is the test I did : I reverted cntlm to the default precise version (apt-get remove cntlm && apt-get install cntlm), and then I tried to clone a git repo over https.

With cntlm version 0.91~rc6-0ubuntu2, the following command hangs forever :

    $ git clone https://github.com/hibernate/hibernate-orm.git
    Cloning into 'hibernate-orm'...

With cntlm version 0.91~rc6-0ubuntu2.12.04.1, it works fine :

    $ git clone https://github.com/hibernate/hibernate-orm.git
    Cloning into 'hibernate-orm'...
    remote: Counting objects: 125045, done.
    remote: Compressing objects: 100% (33302/33302), done.
    remote: Total 125045 (delta 76281), reused 123526 (delta 75008)
    Receiving objects: 100% (125045/125045), 89.87 MiB | 499 KiB/s, done.
    Resolving deltas: 100% (76281/76281), done.

So, from my point of view, the bug is fixed. Thanks again for your support !