]> granicus.if.org Git - curl/commit
- Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAY
authorDaniel Stenberg <daniel@haxx.se>
Sat, 3 May 2008 13:43:35 +0000 (13:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 3 May 2008 13:43:35 +0000 (13:43 +0000)
commitb84b71f5241e18ee3e6bde5bdb9d257c71b56d5f
treee61aa7648b79b7413dd0437f152472693fd15f64
parent3d29bda9f836d21b35110d6a005d56b6931bee6a
- Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAY
  since libcurl used getprotobyname() and that isn't thread-safe. We now
  switched to use IPPROTO_TCP unconditionally, but perhaps the proper fix is
  to detect the thread-safe version of the function and use that.
  http://curl.haxx.se/mail/lib-2008-05/0011.html
CHANGES
RELEASE-NOTES
lib/connect.c