]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
implement sender side behavior for RESET_STREAM_AT (#5242)
authorMarten Seemann <martenseemann@gmail.com>
Sat, 28 Jun 2025 03:44:47 +0000 (11:44 +0800)
committerGitHub <noreply@github.com>
Sat, 28 Jun 2025 03:44:47 +0000 (05:44 +0200)
commita2926a36032fbcd1cc709d114753834cf25d62cb
tree758dfc302facbf9e4c5ee1ba101abe376e2174c0
parentb2f24318afa16a366bd2ad414e5ae06c34aca098
implement sender side behavior for RESET_STREAM_AT (#5242)

* improve existing send stream test

* implement sender side behavior for RESET_STREAM_AT

* refactor send stream cancelation and shutdown error handling

* correctly deal with 0-RTT corner case
connection.go
send_stream.go
send_stream_test.go
stream.go
stream_test.go
streams_map.go
streams_map_incoming_test.go
streams_map_outgoing.go
streams_map_outgoing_test.go
streams_map_test.go