https://bz.apache.org/bugzilla/show_bug.cgi?id=61616

--- Comment #35 from Carsten Wolff <cars...@wolffcarsten.de> ---
Hum. It seems to be even worse. Now that proxy_connect works for my case with
these patches, everything else seems to be broken, even the normal case of GET
for static files produces incomplete files.
To test this, I just put a handfull of files of 500k into the document root and
linked them from index.html. When I now do "wget -r", it recognizes partial
content at connection close by the server:

--2017-12-14 23:37:48--  http://192.168.122.11/1.html
Connecting to 192.168.122.11:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 512000 (500K) [text/html]
Saving to: ‘192.168.122.11/1.html’

192.168.122.11/1.html                                  
16%[===================>                                                       
                                               ]  84,57K  --.-KB/s    in 0s     

2017-12-14 23:37:48 (316 MB/s) - Connection closed at byte 86604. Retrying.

--2017-12-14 23:37:49--  (try: 2)  http://192.168.122.11/1.html
Connecting to 192.168.122.11:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 512000 (500K), 425396 (415K) remaining [text/html]
Saving to: ‘192.168.122.11/1.html’

192.168.122.11/1.html                                  
33%[++++++++++++++++++++====================>                                  
                                               ] 169,09K  --.-KB/s    in 0,001s 

2017-12-14 23:37:49 (99,2 MB/s) - Connection closed at byte 173153. Retrying.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to