Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Jun 10, 2013
1 parent 1415807 commit ccd43e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ private void handleOutboundMessage(ChannelHandlerContext ctx, Object msg, Messag
// }
//});

ctx.nextOutboundMessageBuffer().add(partialDataFrame);
ctx.write(partialDataFrame);
return;
} else {
// Window size is large enough to send entire data frame
Expand Down

0 comments on commit ccd43e0

Please sign in to comment.