[Bug 63312] New: Unable to set status code on response after the status code was set to >= 400

2019-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63312 Bug ID: 63312 Summary: Unable to set status code on response after the status code was set to >= 400 Product: Tomcat 8 Version: 8.5.39 Hardware: PC OS: Al

[tomcat] branch master updated: Fix maven URLs in example

2019-04-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new de1f55e Fix maven URLs in example de1f55e is desc

[Bug 63312] Unable to set status code on response after the status code was set to >= 400

2019-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63312 Greg Senia changed: What|Removed |Added Priority|P2 |P1 --- Comment #1 from Greg Senia --- I

[Bug 63312] Unable to set status code on response after the status code was set to >= 400

2019-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63312 Greg Senia changed: What|Removed |Added CC||gse...@apache.org -- You are receiving t

[GitHub] [tomcat] rmaucher opened a new pull request #152: Add async IO API to NIO

2019-04-03 Thread GitBox
rmaucher opened a new pull request #152: Add async IO API to NIO URL: https://github.com/apache/tomcat/pull/152 It has very small perf improvements (except for "sendfile" situations) and non blocking frame read for HTTP/2. The performance looks rather similar to NIO2 as well, it is hard to