KNOWN_BUG: The SOCKET type in Win64 is 64 bits
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Jul 2010 21:08:17 +0000 (23:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Jul 2010 21:08:17 +0000 (23:08 +0200)
commit53e47ca947312981fd5773bb618aa5e5b1f2e1e3
treea983a1f52db48896442c901bb2eef5c9eb02ac6d
parent314117cbf180dc6bc333621052f6d8c2e9a25ac7
KNOWN_BUG: The SOCKET type in Win64 is 64 bits

The SOCKET type in Win64 is 64 bits large (and thus so is curl_socket_t
on that platform), and long is only 32 bits. It makes it impossible for
curl_easy_getinfo() to return a socket properly with the
CURLINFO_LASTSOCKET option as for all other operating systems.
docs/KNOWN_BUGS
docs/libcurl/curl_easy_getinfo.3