[Bug-wget] Potential bug or something else?

2010-05-20 Thread Mike
Hi, I have been downloading some pages off one of my sites, however I sometimes get two 4-digit hex codes appear in the HTML source: Here's the start of one page: 209b !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; html head

Re: [Bug-wget] Potential bug or something else?

2010-05-20 Thread Daniel Stenberg
On Thu, 20 May 2010, Mike wrote: I have been downloading some pages off one of my sites, however I sometimes get two 4-digit hex codes appear in the HTML source: Here's the start of one page: 209b !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd;

Re: [Bug-wget] Potential bug or something else?

2010-05-20 Thread Giuseppe Scrivano
what web sites are you trying to access and what wget version are you using? It smells like chunked transfer encoding data that the server sends careless of the HTTP version specified by wget. You can try to build wget from the source repository, or using a recent alpha tarball where HTTP/1.1 is