Re: [Simpleweb-Support] How to handle HTTP/1.0 clients?
                
                Brought to you by:
                
                    niallg
                    
                
            
            
        
        
        
    | 
     
      
      
      From: Petite A. <pet...@ma...> - 2009-01-05 19:20:26
      
     
   | 
On Jan 5, 2009, at 3:24 PM, Matthias Treydte wrote: > Transfer-Encoding: chunked > > ...and here wget hangs, after having read 27(!) bytes from the server, > waiting for more (or a connection close, I assume) Wild guess... the server is returning a chunked response... which is a HTTP/1.1 feature... wget doesn't know what to do with it as it only speaks HTTP/1.0... Arguably, Simple should only return chunked responses to >= HTTP/1.1 clients... Cheers, -- PA. http://alt.textdrive.com/nanoki/  |