
Sept. 4, 2009
3:32 p.m.
On Fri, Sep 04, 2009 at 04:02:39PM +0100, Chris Withers wrote:
So, httplib does this:
GET /<blah> HTTP/1.1 [skip] While wget does this:
GET /<blah> HTTP/1.0 [skip] - Apache responds with a chunked response only to httplib. Why is that?
Probably because wget uses HTTP/1.0? Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.