mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
make putting back packet buffers a member function of packetBuffer
This commit is contained in:
parent
d3ea7c0c4c
commit
b32fb438af
5 changed files with 35 additions and 32 deletions
|
@ -169,7 +169,7 @@ func (h *packetHandlerMap) handlePacket(
|
|||
// We still need to process the packets that were successfully parsed before.
|
||||
}
|
||||
if len(packets) == 0 {
|
||||
putPacketBuffer(buffer)
|
||||
buffer.Release()
|
||||
return
|
||||
}
|
||||
h.handleParsedPackets(packets)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue