Closed GoogleCodeExporter closed 8 years ago
This should already be fixed, what version are you using?
Original comment by lcam...@gmail.com
on 27 Jul 2010 at 7:45
[deleted comment]
1.52b when try two get page http://www.qianzh.com/About.asp
Original comment by idc...@gmail.com
on 27 Jul 2010 at 7:57
Are you sure you recompiled (make clean all) correctly?
In version 1.52, SSL_read_more is called again *only* for SSL connections:
if (c->proto == PROTO_HTTPS &&
read_res && c->read_len < size_limit) goto SSL_read_more;
So it should have no effect on HTTP fetches. From your description above,
sounds like you were looking at a version earlier than 1.52b, can you confirm?
Original comment by lcam...@gmail.com
on 27 Jul 2010 at 8:29
oh! I'm sorry. You are right, I failed to keep http_client.c updated.
Original comment by idc...@gmail.com
on 27 Jul 2010 at 8:39
Original issue reported on code.google.com by
idc...@gmail.com
on 27 Jul 2010 at 7:37