> returned = SSL_write (con, "GET / HTTP/1.1\r\n\r\n", 18);
>
> No errors on return code, but when I try to make a SSL_read, it seems to
> be dead.
> ...
> returned = SSL_read (con, buf, 1024);
>
> After 2 or 3 minutes I receive a SSL_ERROR_WANT_WRITE error
>
> Why can't I read anything from the ssl object?

        This isn't your problem, but it's very bad form to claim compliance with a
standard (HTTP 1.1) and then violate it.

        DS

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to