+3
−1
+13
−0
+33
−0
Loading
a GOAWAY frame will inform of the last stream id where data may have been processed. anything beyond that is considered unprocessed, and may as well be sent on a new connection. previously, httpx was bubbling up the goaway error to requests that were send but never processed, and even to pending requests. This is now corrected, and requests which were sent with a stream id above the GOAWAY last frame id will be rerouted to a new connection, as well as pending requests from the parser.