Fix typo in comment on GzipHttpOutput
This commit is contained in:
parent
fb29f56b4d
commit
bfce68e85c
|
@ -151,7 +151,7 @@ public class GzipHttpOutput extends HttpOutput
|
|||
}
|
||||
}
|
||||
|
||||
// Has the Content-Encoding header already been site?
|
||||
// Has the Content-Encoding header already been set?
|
||||
String ce=getHttpChannel().getResponse().getHeader("Content-Encoding");
|
||||
if (ce != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue