Skip to content

4.1.0

Compare
Choose a tag to compare
@kelunik kelunik released this 17 Jan 21:55
v4.1.0
  • Fix possible double resolution of promises (#244)
  • Fix assertion error on invalid HTTP/2 frame (#236)
  • Fix HTTP/2 connection reuse if too many concurrent streams for one connection are in use (#246)
  • Allow skipping default accept, accept-encoding and user-agent headers (#238)
  • Keep original header case for HTTP/1 requests (#250)
  • Allow access to informational responses (1XX) (#239)
  • Await startReceiveResponse event listeners on HTTP/2 before resolving the response promise (#254)
  • Delay startReceiveResponse event until the final response is started to be received, instead of calling it for the first byte or multiple times for HTTP/2 (#254)
  • Use common HTTP/2 parser from amphp/http