Files
quic-go/streams_map_outgoing_generic.go
Marten Seemann c03a8aaa97 don't wrap close errors in the streams map
A close error might for example be a timeout error. We want to preserve
the fact that it satisfies the net.Error interface and that Timeout() ==
true.
2019-03-02 17:58:18 +09:00

3.6 KiB