curl-and-php
Re: Why is curl slow in reading a </html>less page?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 26 Mar 2001 08:16:32 +0200 (MET DST)
Received on 2001-03-26
Date: Mon, 26 Mar 2001 08:16:32 +0200 (MET DST)
On Mon, 26 Mar 2001, Daniel Stenberg wrote:
> Try curl 7.7. Curl 7.7 is a whole lot better at dealing with persistant
> connections. It would be very interesting to know if it works better,
> otherwise there's a bug we need to address...
... and I think you'll need the attached patch to make 7.7 play along nicely!
It makes curl parse and understand the "Connection: keep-alive" header.
-- Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
_______________________________________________
Curl-and-php mailing list
Curl-and-php_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-and-php
- TEXT/PLAIN attachment: keep_alive-7.7.patch