Skip to content

Commit e4a836d

Browse files
committed
post rebase fixes
1 parent 4303305 commit e4a836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNetty.Transport.Libuv/Native/WriteRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ internal void DoWrite(NativeChannel.INativeUnsafe channelUnsafe, ChannelOutbound
6363
Debug.Assert(this.nativeUnsafe == null);
6464

6565
this.nativeUnsafe = channelUnsafe;
66-
this.input.ForEachFlushedMessage(this);
66+
input.ForEachFlushedMessage(this);
6767
this.DoWrite();
6868
}
6969

0 commit comments

Comments
 (0)