cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: trouble with SSL URL

From: David Byron <DByron_at_everdreamcorp.com>
Date: Wed, 9 Feb 2005 12:04:44 -0800

On Wed, 9 Feb 2005, Daniel Stenberg wrote:

> In order to try your findings, try simply doing this:
>
> --- transfer.c 9 Feb 2005 13:06:40 -0000 1.268
> +++ transfer.c 9 Feb 2005 19:31:59 -0000
> @@ -1147,7 +1147,7 @@
> k->keepon &= ~KEEP_READ;
> }
>
> - } while(0);
> + } while(SSL_pending(conn->ssl[FIRSTSOCKET].handle));
>
> } /* if( read from socket ) */
>
>
> It is not a "nice" fix, but it could verify if it corrects
> the problem.

Looks like our messages crossed in the ether. Your change works too.

-DB
Received on 2005-02-09