Skip to content

4.92.4 - Allow `HTTPServer`'s configuration to be dynamically updatable

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 20 Feb 13:51
· 26 commits to main since this release
3a7da19

What's Changed

Allow HTTPServer's configuration to be dynamically updatable by @dimitribouniol in #3132

This allows many aspects of the HTTP server configuration to be changed after the server starts without needing to stop and restart it, or drop existing connections in the process.

Some things that can now be re-configured include request/response configuration options, HTTP version support, HTTP pipelining, TLS configuration (ie. enabling/disabling, rotating certificates, etc…), server name, metrics reporting, the logger, and the shutdown timer.

Fixes #3130.

New Contributor

This patch was released by @0xTim

Full Changelog: 4.92.3...4.92.4