Specification
In the QUICConnection.processStreams, in the case where the connection is in the process of destroying. Any new streams that are iterated over are immediately shut down with code 1. We shouldn't be hard coding this code. We should pass in a relevant quic error into ReasonToCode and use the code provided by that function.
Additional context
Tasks