[Bug 63949] ERR_INCOMPLETE_CHUNKED_ENCODING errors when using NIO Connector with HTTPS

2019-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949 --- Comment #5 from justin.w...@edge-technologies.com --- Thanks for the fast turn around! -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 63949] ERR_INCOMPLETE_CHUNKED_ENCODING errors when using NIO Connector with HTTPS

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEEDINFO

[Bug 63949] ERR_INCOMPLETE_CHUNKED_ENCODING errors when using NIO Connector with HTTPS

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949 --- Comment #3 from justin.w...@edge-technologies.com --- Made that change, and don't have the problem anymore. Would adding that write loop back in be a possibility? Thanks, Justin -- You are receiving this mail because: You are the

[Bug 63949] ERR_INCOMPLETE_CHUNKED_ENCODING errors when using NIO Connector with HTTPS

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949 --- Comment #2 from Remy Maucherat --- The previous code was using a write loop, that's the only difference I can see and you can try it. Such as: --- a/java/org/apache/tomcat/util/net/NioEndpoint.java +++

[Bug 63949] ERR_INCOMPLETE_CHUNKED_ENCODING errors when using NIO Connector with HTTPS

2019-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO OS|