This commit is contained in:
Trustin Lee 2012-08-20 12:18:59 +09:00
parent 513fc4f78b
commit 88c3fd306b

View File

@ -62,7 +62,7 @@ public abstract class HttpContentDecoder extends SimpleChannelUpstreamHandler {
} else if (msg instanceof HttpMessage) {
HttpMessage m = (HttpMessage) msg;
// Clean-up the previous encoder if not cleaned up correctly.
// Clean-up the previous decoder if not cleaned up correctly.
finishDecode();
// Determine the content encoding.