v2.4.0
Minor release changes
- Added
HTTP1Channel.Configuration
. #600 - Added
idleTimeout
toHTTP1Channel.Configuration
to close idle HTTP1 connections. #600 - Added
HTTP2ServerConnectionManager
channel handler to manage graceful shutdown, idle, close and maxAge timeouts. AddedHTTP2UpgradeChannel.Configuration
to set associated values. #601 - Conform
Cookie.SameSite
toSendable
. #604