- Dengminwen reported that libcurl would lock a (cookie) share twice (without

an unlock in between) for a certain case and that in fact works when using
  regular windows mutexes but not with pthreads'! Locks should of course not
  get locked again so this is now fixed.
  http://curl.haxx.se/mail/lib-2008-08/0422.html
This commit is contained in:
Daniel Stenberg
2008-08-28 07:37:29 +00:00
parent 8ce78ca488
commit 099b62f124
3 changed files with 13 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ This release includes the following bugfixes:
o error when --dump-header - used with more than one URL
o proxy closing connect during CONNECT with auth with the multi interface
o CURLOPT_UPLOAD sets HTTP method back to GET or HEAD when passed in a 0
o shared cookies could get locked twice
This release includes the following known bugs: