]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
convert Stream interface to a struct (#5149)
authorMarten Seemann <martenseemann@gmail.com>
Sun, 1 Jun 2025 03:40:05 +0000 (11:40 +0800)
committerGitHub <noreply@github.com>
Sun, 1 Jun 2025 03:40:05 +0000 (05:40 +0200)
commiteb656df2fe054701978846f4ae3c245b95c4e86b
tree794762f372ef839a0b6a498b0e32f447c652e186
parent7ca7a973ef3b57f1092537d8729be8a0395b2d7f
convert Stream interface to a struct (#5149)
27 files changed:
connection.go
connection_test.go
http3/client.go
http3/client_test.go
http3/conn.go
http3/conn_test.go
http3/http_stream.go [deleted file]
http3/http_stream_test.go [deleted file]
http3/mock_datagram_stream_test.go
http3/server.go
http3/server_test.go
http3/state_tracking_stream.go
http3/state_tracking_stream_test.go
http3/stream.go [new file with mode: 0644]
http3/stream_test.go [new file with mode: 0644]
http3/transport.go
integrationtests/self/cancelation_test.go
integrationtests/self/deadline_test.go
interface.go
interop/http09/server.go
mock_quic_conn_test.go
mock_stream_internal_test.go [deleted file]
mock_stream_manager_test.go
mockgen.go
stream.go
stream_test.go
streams_map.go