Skip to content

Commit

Permalink
post rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimkim committed Mar 22, 2018
1 parent 4303305 commit e4a836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNetty.Transport.Libuv/Native/WriteRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ internal void DoWrite(NativeChannel.INativeUnsafe channelUnsafe, ChannelOutbound
Debug.Assert(this.nativeUnsafe == null);

this.nativeUnsafe = channelUnsafe;
this.input.ForEachFlushedMessage(this);
input.ForEachFlushedMessage(this);
this.DoWrite();
}

Expand Down

0 comments on commit e4a836d

Please sign in to comment.