
23 Oct
2008
23 Oct
'08
10:18 a.m.
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.