mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove superfluos handleResetStreamFrame method on the stream
This commit is contained in:
parent
3289d2ce38
commit
3271847167
1 changed files with 0 additions and 4 deletions
|
@ -149,10 +149,6 @@ func (s *stream) closeForShutdown(err error) {
|
|||
s.receiveStream.closeForShutdown(err)
|
||||
}
|
||||
|
||||
func (s *stream) handleResetStreamFrame(frame *wire.ResetStreamFrame) error {
|
||||
return s.receiveStream.handleResetStreamFrame(frame)
|
||||
}
|
||||
|
||||
// checkIfCompleted is called from the uniStreamSender, when one of the stream halves is completed.
|
||||
// It makes sure that the onStreamCompleted callback is only called if both receive and send side have completed.
|
||||
func (s *stream) checkIfCompleted() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue