]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
convert SendStream to a struct (#5172)
authorMarten Seemann <martenseemann@gmail.com>
Sun, 1 Jun 2025 03:53:53 +0000 (11:53 +0800)
committerGitHub <noreply@github.com>
Sun, 1 Jun 2025 03:53:53 +0000 (05:53 +0200)
commit78e77bcfdbbc2d5b80d99178eea36d55f09f07d8
tree2cc8aed78edd308523b31382cefc843edd69af21
parenteb656df2fe054701978846f4ae3c245b95c4e86b
convert SendStream to a struct (#5172)
18 files changed:
connection.go
connection_test.go
framer.go
framer_test.go
http3/conn.go
http3/http3_helper_test.go
integrationtests/self/cancelation_test.go
interface.go
mock_quic_conn_test.go
mock_send_stream_internal_test.go [deleted file]
mock_stream_frame_getter_test.go [new file with mode: 0644]
mock_stream_manager_test.go
mock_stream_sender_test.go
mockgen.go
send_stream.go
send_stream_test.go
stream.go
streams_map.go