- Dengminwen reported that libcurl would lock a (cookie) share twice (without
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Aug 2008 07:37:29 +0000 (07:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Aug 2008 07:37:29 +0000 (07:37 +0000)
commit099b62f1246602af876f39f9155ddae2ef909181
treef0538cb8cdee8c07c0670f0ff5cc48ac0e64a783
parent8ce78ca488f589d9b1987e7713f28f9da15cba0f
- 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
CHANGES
RELEASE-NOTES
lib/url.c