> From: Alejandro Garcia Garcia <[EMAIL PROTECTED]>
>
> agg62> SSL_write (con, "GET HTTP/1.1\r\n", 14);
> agg62>
> agg62> This call seems to be ok, but next I do this
> agg62>
> agg62> SSL_read (con, buf, BUFSIZ);
>
> You need to read RFC 2616.  Very simply, you have forgotten the URL
> and the second CRLF.

        And the 'Host' header, which is mandatory for 1.1. And your program had
better be prepared to accept chunked encoding.

        DS

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

Reply via email to