mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove unneeded function from the crypto stream interface
This commit is contained in:
parent
3d47284e1c
commit
cd5e7ae177
10 changed files with 134 additions and 39 deletions
|
@ -267,12 +267,6 @@ var _ = Describe("Stream", func() {
|
|||
Expect(onDataCalled).To(BeTrue())
|
||||
})
|
||||
|
||||
It("sets the read offset", func() {
|
||||
str.SetReadOffset(0x42)
|
||||
Expect(str.readOffset).To(Equal(protocol.ByteCount(0x42)))
|
||||
Expect(str.frameQueue.readPosition).To(Equal(protocol.ByteCount(0x42)))
|
||||
})
|
||||
|
||||
Context("deadlines", func() {
|
||||
It("the deadline error has the right net.Error properties", func() {
|
||||
Expect(errDeadline.Temporary()).To(BeTrue())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue