mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove some unused functions
This commit is contained in:
parent
fbe8844006
commit
9b5a20e772
2 changed files with 0 additions and 9 deletions
|
@ -323,10 +323,6 @@ func (s *sendStream) closeForShutdown(err error) {
|
|||
s.ctxCancel()
|
||||
}
|
||||
|
||||
func (s *sendStream) getWriteOffset() protocol.ByteCount {
|
||||
return s.writeOffset
|
||||
}
|
||||
|
||||
// signalWrite performs a non-blocking send on the writeChan
|
||||
func (s *sendStream) signalWrite() {
|
||||
select {
|
||||
|
|
|
@ -62,11 +62,6 @@ func areSessionsRunning() bool {
|
|||
return strings.Contains(b.String(), "quic-go.(*session).run")
|
||||
}
|
||||
|
||||
func insertPacketBuffer(p *receivedPacket) *receivedPacket {
|
||||
p.buffer = getPacketBuffer()
|
||||
return p
|
||||
}
|
||||
|
||||
var _ = Describe("Session", func() {
|
||||
var (
|
||||
sess *session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue