]> granicus.if.org Git - curl/commit
this seems to correct the SSL reading problem introduced when switching
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jan 2002 23:19:32 +0000 (23:19 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jan 2002 23:19:32 +0000 (23:19 +0000)
commiteecb86bfb0cd0fada5bdeb3c8d069f194b08208b
tree39c3d8dffceeab1dc80744a442d112b31b370054
parent0b1197936c488950041cc54db9db9af1d82ea0b8
this seems to correct the SSL reading problem introduced when switching
over to non-blocking sockets, but this loops very nastily. We should return
back to the select() and wait there until more data arrives, not just blindly
attempt again and again...
lib/sendf.c