Fix compilation error

This commit is contained in:
Trustin Lee 2013-06-10 16:18:22 +09:00
parent 14158070bf
commit ccd43e0cda

View File

@ -516,7 +516,7 @@ public class SpdySessionHandler
// }
//});
ctx.nextOutboundMessageBuffer().add(partialDataFrame);
ctx.write(partialDataFrame);
return;
} else {
// Window size is large enough to send entire data frame