]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
convert ReceiveStream interface to a struct (#5173)
authorMarten Seemann <martenseemann@gmail.com>
Sun, 1 Jun 2025 04:08:18 +0000 (12:08 +0800)
committerGitHub <noreply@github.com>
Sun, 1 Jun 2025 04:08:18 +0000 (06:08 +0200)
commit1169d97e81a1b069ec3c8b2d8396051b82806fe5
tree3cb8f833d20d35070c3cb42855fa9bc23e5b35a8
parent78e77bcfdbbc2d5b80d99178eea36d55f09f07d8
convert ReceiveStream interface to a struct (#5173)
19 files changed:
connection.go
connection_test.go
http3/client.go
http3/client_test.go
http3/conn.go
http3/http3_helper_test.go
http3/server.go
http3/server_test.go
http3/transport.go
integrationtests/self/cancelation_test.go
integrationtests/self/packetization_test.go
interface.go
mock_quic_conn_test.go
mock_receive_stream_internal_test.go [deleted file]
mock_stream_manager_test.go
mockgen.go
receive_stream.go
stream.go
streams_map.go