curl-library
patch http.c
From: Андрей Даровских <darovskikh.andrei_at_gmail.com>
Date: Wed, 24 Dec 2014 09:54:57 +0300
Received on 2014-12-24
Date: Wed, 24 Dec 2014 09:54:57 +0300
I found bug in http implementation with reuse cached connection.
bug description:
if easy options set using ntlm authentication, but server not support ntlm
authentication, connection will not reused in next time, and will be
created new connection.
reason:
Checking exists connection is set wantNTLM flag, but info in
conn.ntlm.state is no set.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: http.c.patch