We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4303305 commit e4a836dCopy full SHA for e4a836d
src/DotNetty.Transport.Libuv/Native/WriteRequest.cs
@@ -63,7 +63,7 @@ internal void DoWrite(NativeChannel.INativeUnsafe channelUnsafe, ChannelOutbound
63
Debug.Assert(this.nativeUnsafe == null);
64
65
this.nativeUnsafe = channelUnsafe;
66
- this.input.ForEachFlushedMessage(this);
+ input.ForEachFlushedMessage(this);
67
this.DoWrite();
68
}
69
0 commit comments