forked from quic-go/quic-go
@@ -88,11 +88,9 @@ func (s *mockStream) Write(p []byte) (int, error) {
|
||||
return s.dataWritten.Write(p)
|
||||
}
|
||||
|
||||
func (s *mockStream) Close() error {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (s mockStream) StreamID() protocol.StreamID { panic("not implemented") }
|
||||
func (s *mockStream) Close() error { panic("not implemented") }
|
||||
func (mockStream) CloseRemote(offset protocol.ByteCount) { panic("not implemented") }
|
||||
func (s mockStream) StreamID() protocol.StreamID { panic("not implemented") }
|
||||
|
||||
var _ = Describe("Crypto setup", func() {
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user