cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Bug with cleaning up connection cache

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 21 Aug 2014 14:59:58 +0200 (CEST)

On Thu, 21 Aug 2014, Paras S wrote:

> Attached code reproduces the issue, at least part of it.

Thanks! Am I thinking right that I should replace that URL with one of my own
that provides NTLM auth? The thing is, I don't really have any...

Anyway, I believe the correct fix for this problem should be something like in
the patch I attach here. It moves the resetting of the easy handle state for
auth to the point where it really should reset it: when a fresh connection is
used.

Can you give it a shot and see how it behaves for your test case?

Note that I already committed 30f2d0c0b3 which moved away the wrong freeing of
the URL.

-- 
  / daniel.haxx.se


-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html

Received on 2014-08-21