mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix typo in TCP transport
PiperOrigin-RevId: 197789418 Change-Id: I86b1574c8d3b8b321348d9b101ffaef7aa15f722
This commit is contained in:
@@ -818,7 +818,7 @@ func (e *endpoint) protocolMainLoop(passive bool) *tcpip.Error {
|
||||
var closeWaker sleep.Waker
|
||||
|
||||
defer func() {
|
||||
// e.mu is expected to be hold upon entering this section.
|
||||
// e.mu is expected to be held upon entering this section.
|
||||
e.waiterQueue.Notify(waiter.EventIn | waiter.EventOut)
|
||||
e.completeWorkerLocked()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user