Releases: inhabitedtype/httpaf
Releases · inhabitedtype/httpaf
v0.7.1
- Fix bug when writing a streaming body with a chunked encoding (#181)
v0.7.0
- Require angstrom >= 0.14.0 (#176)
v0.6.6
Bugfixes
- Fix a parser state machine but that resulted in a violation of angstrom invariants (#168)
- Fix bug where
Headers.replace
did not actually remove all the headers with the provided name (#169)
Internal improvements
v0.6.5
- Fix bug in
Header.replace
(#157)
- Fix re-entrancy bug in server state machine (#158)
- Add lower-bound on
dune
dependency (#160)
v0.6.4
- Remove debug output left over from #153 (#151)
v0.6.3
- Fix bug in
Headers.remove
(#153)
- Fix bug where server connections would stall when responding with empty chunk-encoded bodies (#151)
v0.6.2
- Fixed bug in
Server_connection
that made it always writable after an EOF (#143, #149)
v0.6.0
New features
Enhancements
Bugfixes
- Fix bug in chunked encoding (#106)
- Increase lower bound on faraday dependency in order to pick up bug fix (#116)
- Fix bug in asynchronous streaming body responses (#127)
- Report unexpected eof as an error to the client (#123)
v0.5.0
Bugfixes
- Fix infinite loop when receiving EOF with buffered input. (#71)
Improvements
- Add
flush_headers_immediately
to Reqd.respond_with_streaming
(#66, h/t @anmonteiro)
- Upgrade to OPAM2 (#71, #72, #73)
v0.4.1
- Fix bug where a writer yield callback could be called twice (#60, h/t @dpatti)
- Update async library to be compatible with latest Async release (#50, h/t @bikallem)
- Documentation fixes (#55)