Skip to content

v1.0.0 Release Candidate 2

Choose a tag to compare

@adam-fowler adam-fowler released this 23 Jan 18:15
· 30 commits to main since this release
0fd029c

Minor version changes

  • Added idle state handler. PR #43. This will close the connection
    • if you get a readTimeout in the middle of reading a request
    • If you get a writeTimeout when not processing a request
  • Idle state handler is added if you provide a idleTimeoutConfiguration in the server configuration.

Patch version change

  • Fixed a bug where HTTP2 connections were being closed when they shouldn't have been.
  • Added more informative error messaging when we receive an unexpected HTTP part. PR #41 from @pobengtsson