cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl error: SSL_write() returned SYSCALL, errno = 32

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 31 Oct 2005 23:32:05 +0100 (CET)

On Mon, 31 Oct 2005, Jason Coo wrote:

> Do you know if this bug occurs in a non-ssl http connection? Do you think
> this bug is just related to https?

SSL_write() is only used when SSL is in use, which means either HTTPS or FTPS.
For HTTP no SSL is involved.

It also means this happens specifically with OpenSSL. As a matter of fact, the
best way to track this problem down should probably be to first figure out why
and when OpenSSL returns this error to libcurl, and then see how libcurl can
be changed to work around it...

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-10-31