forked from quic-go/quic-go
When the underlying QUIC stream is closed, the close error should be returned. This always happens when receiving a CONNECTION_CLOSE from the server. Furthermore, this adds a missing break statement in the case when receiving an invalid HTTP request.