We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a0c44 commit 0be1ed5Copy full SHA for 0be1ed5
quic/safe_stream.go
@@ -52,3 +52,7 @@ func (s *SafeStreamCloser) CloseWrite() error {
52
// We can still read from this stream.
53
return s.stream.Close()
54
}
55
+
56
+func (s *SafeStreamCloser) SetDeadline(deadline time.Time) error {
57
+ return s.stream.SetDeadline(deadline)
58
+}
0 commit comments