ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
59 stars 32 forks source link

socket_val fix (win32) #4

Closed fdopen closed 10 years ago

fdopen commented 10 years ago

Fixes for Val_socket and Socket_val (Win32).

Slightly different from my last mail ( !Is_block(v_fd) instead of Long_val(v_fd) == -1). Sockets are custom blocks under windows.

ygrek commented 10 years ago

Thanks! Applied in e9b06076a5