On 07/07/2017 20:56, George Stanchev wrote:
> Sorry, I didn't realize there is a -d option that gives you the full request 
> and response. Here is the dump:

Thanks for the extra information.

I can't reproduce this yet. I'm going to hold off on closing the
currently running votes until I get to the bottom of this.

Which version of Windows is this?

Mark


> 
> 
> c:\>wget -d -S http://hostname:8085/testapp/javascript/jquery-1.8.3.min.js
> SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
> syswgetrc = C:\bin\gnuwin32/etc/wgetrc
> Setting --server-response (serverresponse) to 1
> DEBUG output created by Wget 1.11.4 on Windows-MinGW.
> 
> --2017-07-07 13:52:36--  
> http://hostname:8085/testapp/javascript/jquery-1.8.3.min.js
> Resolving hostname... seconds 0.00, , ...
> Caching hostname => 
> Connecting to hostname:8085... seconds 0.00, connected.
> Created socket 336.
> Releasing 0x00339048 (new refcount 1).
> 
> ---request begin---
> GET /testapp/javascript/jquery-1.8.3.min.js HTTP/1.0
> User-Agent: Wget/1.11.4
> Accept: */*
> Host: hostname:8085
> Connection: Keep-Alive
> 
> ---request end---
> HTTP request sent, awaiting response...
> ---response begin---
> HTTP/1.1 200
> X-Frame-Options: DENY
> X-Content-Type-Options: nosniff
> X-XSS-Protection: 1; mode=block
> Accept-Ranges: bytes
> ETag: W/"93640-1496825994000"
> Last-Modified: Wed, 07 Jun 2017 08:59:54 GMT
> Content-Type: application/javascript
> Content-Length: 93640
> Date: Fri, 07 Jul 2017 19:52:36 GMT
> Connection: keep-alive
> 
> ---response end---
> 
>   HTTP/1.1 200
>   X-Frame-Options: DENY
>   X-Content-Type-Options: nosniff
>   X-XSS-Protection: 1; mode=block
>   Accept-Ranges: bytes
>   ETag: W/"93640-1496825994000"
>   Last-Modified: Wed, 07 Jun 2017 08:59:54 GMT
>   Content-Type: application/javascript
>   Content-Length: 93640
>   Date: Fri, 07 Jul 2017 19:52:36 GMT
>   Connection: keep-alive
> Registered socket 336 for persistent reuse.
> Length: 93640 (91K) [application/javascript]
> Saving to: `jquery-1.8.3.min.js.3'
> 
> 99% [...] 93,638      89.5K/s   in 23s
> 
> 2017-07-07 13:53:00 (3.96 KB/s) - Connection closed at byte 93638. Retrying.
> 
> --2017-07-07 13:53:01--  (try: 2)  
> http://hostname:8085/testapp/javascript/jquery-1.8.3.min.js
> Disabling further reuse of socket 336.
> Closed fd 336
> Found hostname in host_name_addresses_map (00339048)
> Connecting to hostname|:8085... seconds 0.00, connected.
> Created socket 336.
> Releasing 0x00339048 (new refcount 1).
> 
> ---request begin---
> GET /testapp/javascript/jquery-1.8.3.min.js HTTP/1.0
> Range: bytes=93638-
> User-Agent: Wget/1.11.4
> Accept: */*
> Host: hostname:8085
> Connection: Keep-Alive
> 
> ---request end---
> HTTP request sent, awaiting response...
> ---response begin---
> HTTP/1.1 206
> X-Frame-Options: DENY
> X-Content-Type-Options: nosniff
> X-XSS-Protection: 1; mode=block
> Accept-Ranges: bytes
> ETag: W/"93640-1496825994000"
> Last-Modified: Wed, 07 Jun 2017 08:59:54 GMT
> Content-Range: bytes 93638-93639/93640
> Content-Type: application/javascript
> Content-Length: 2
> Date: Fri, 07 Jul 2017 19:53:01 GMT
> Connection: keep-alive
> 
> ---response end---
> 
>   HTTP/1.1 206
>   X-Frame-Options: DENY
>   X-Content-Type-Options: nosniff
>   X-XSS-Protection: 1; mode=block
>   Accept-Ranges: bytes
>   ETag: W/"93640-1496825994000"
>   Last-Modified: Wed, 07 Jun 2017 08:59:54 GMT
>   Content-Range: bytes 93638-93639/93640
>   Content-Type: application/javascript
>   Content-Length: 2
>   Date: Fri, 07 Jul 2017 19:53:01 GMT
>   Connection: keep-alive
> Registered socket 336 for persistent reuse.
> Length: 93640 (91K), 2 remaining [application/javascript]
> Saving to: `jquery-1.8.3.min.js.3'
> 
> 100%[...] 93,640      --.-K/s   in 0s 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to