2 May 2012 18:46
[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.
<bugzilla <at> apache.org>
2012-05-02 16:46:42 GMT
2012-05-02 16:46:42 GMT
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 Filip Hanik <fhanik <at> apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #3 from Filip Hanik <fhanik <at> 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.
RSS Feed