deephaven / deephaven-core

Deephaven Community Core
Other
257 stars 80 forks source link

fix: Close Jetty h2 streams with RST_STREAM and no error code #6401

Closed niloc132 closed 3 hours ago

niloc132 commented 2 days ago

This is a Jetty-specific workaround to avoid irritating the Python gRPC client into failing calls that had already half-closed successfully.

See #6400 Fixes #5996