Boost logo

Boost :

Subject: Re: [boost] [asio] HTTPS async_read() question
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-10-23 06:18:14


Gregory Dai wrote:
> I'm playing with the following SSL client example against an https site:
> [...]
> I'm able to get more than 20k data
> in response, but unable to reach the end of the data stream as the browser
> can.

To know where the end of data is an HTTP keep-alive connection, you have
to use the Content-Length header or the chunked transfer encoding.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk