https://issues.apache.org/bugzilla/show_bug.cgi?id=53138

Filip Hanik <fha...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #3 from Filip Hanik <fha...@apache.org> ---
Just ran the sample app on a 7.0.27 download

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Accept-Ranges: bytes
ETag: W/"757692-1335976856000"
Last-Modified: Wed, 02 May 2012 16:40:56 GMT
Content-Type: application/javascript
Content-Length: 757692
Date: Wed, 02 May 2012 16:43:11 GMT

and then I get all the bytes. 

<Connector port="9880" 
           protocol="org.apache.coyote.http11.Http11NioProtocol" 
           maxThreads="150" 
           connectionTimeout="70000"
           acceptCount="100" 
           compression="on" 
           acceptorThreadCount="2" 
           redirectPort="8443"/> 

I was unable to reproduce it. The last bytes I get downloaded are:

Y.on('hashchange', function (e) {
    pjax.updateTabState('hashchange');
}, win);

});

and that corresponds with the file contents

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to