Releases: Kaliumhexacyanoferrat/GenHTTP
Releases · Kaliumhexacyanoferrat/GenHTTP
Version 2.8.1
Bug Fixes
- Fix broken pipelining in new parser engine
Release 2.8.0
Release 2.7.3
Bug Fixes
- Fix duplicate cookies causing requests to fail
Release 2.7.2
Bug Fixes
- Transform reverse proxy into an
IRouter
which seems more suitable
Release 2.7.1
Bug Fixes
- Fix reverse proxy provider attempting to read content when there is none (#40)
- Fix menu of Lorahost theme not working on mobile devices
Release 2.7.0
Release 2.6.0
Additional performance improvements and switch to .NET Standard 2.1.
Basic Changes
- Optimize threading and resource usage of the core engine
- Switch from regular expressions to simple string operations within the parsing layer
- Switch to .NET Standard 2.1 (#33)
Release 2.5.0
Changes introduced after analyzing the results of the TechEmpower Benchmarks.
Basic Changes
- Use compiled regular expressions for 3x faster request handling (#35)
Bug Fixes
- Fix pipelining not working as expected (#36)
Version 2.4.1
Bug fix release for the new listing provider.
Bug Fixes
- Fix listing provider generating invalid download links (#28)