Releases: Kaliumhexacyanoferrat/GenHTTP
Releases · Kaliumhexacyanoferrat/GenHTTP
Version 3.0.1
Basic Changes
- Wrap
NetworkStream
into aBufferedStream
to improve latency
Version 3.0.0
Large refactoring to simplify the architecture of the request handling layer. This refactoring will allow to add additional concerns such as authentication more easily. Breaks backwards compatibility with older versions, but changes to typical web applications should be minimal.
Basic Changes
Version 2.11.0
Version 2.10.2
Bug Fixes
- Fix the reverse proxy provider not setting cookies correctly
Version 2.10.1
Bug Fixes
- Fix the request parser reading only one request from a keep-alive connection
Release 2.10.0
General improvements to the core engine and additional content-related features.
Basic Changes
- Refine memory allocation, threading and asynchronous execution
Content Management
- Add support for favicons (#61)
- Add renderer for Razor files (#48)
- Themes have been extracted into their own repository (#43)
Release 2.9.0
Version 2.8.3
Bug Fixes
- Fix connection logic being inverted causing keep-alive not to work as expected
- Fix parsing the second request from the connection always failing
- Fix the reverse proxy provider sending a body where it should not
Version 2.8.2
Bug Fixes
- Fix duplicate cookies causing requests to fail (regression)
Version 2.8.1
Bug Fixes
- Fix broken pipelining in new parser engine