Re: HTTP2: Connections abruptly closed by sending GOAWAY

2020-09-07 Thread Mark Thomas
On 07/09/2020 09:29, Arshiya Shariff wrote:
> Hi All,
> Tomcat is closing connections abruptly by sending GOAWAY with reason
> Connection [5309], Stream [57,359], An error occurred during processing that 
> was fatal to the connection .
> 
> Just trying to understand in what scenarios this happens. Can you please help 
> us.

An unhandled InterruptedIOException during I/O.

I/O exception writing an intermediate 100 response for a request with an
expectation.

I/O exception trying to initiate a push request.

I/O exception committing, flushing or closing a stream.

So, generally, any I/O exception that indicates the connection between
the client and the server is broken.

Mark

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



[ANN] Apache Tomcat Native 1.2.25 released

2020-09-07 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache
Tomcat Native 1.2.25 stable.

The key features of this release are:
- Improvements to the build system
- Add an option to allow the OCSP check to be bypassed

Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/native-doc/miscellaneous/changelog.html

Downloads:
http://tomcat.apache.org/download-native.cgi

The Apache Tomcat Native Library provides portable API for features
not found in contemporary JDK's. It uses Apache Portable Runtime as
operating system abstraction layer and OpenSSL for SSL networking and
allows optimal performance in production environments.

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



HTTP2: Connections abruptly closed by sending GOAWAY

2020-09-07 Thread Arshiya Shariff
Hi All,
Tomcat is closing connections abruptly by sending GOAWAY with reason
Connection [5309], Stream [57,359], An error occurred during processing that 
was fatal to the connection .

Just trying to understand in what scenarios this happens. Can you please help 
us.

Embedded tomcat: 9.0.22

Thanks and Regards
Arshiya Shariff