You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)