remove debug logging
This commit is contained in:
parent
beba00c5e0
commit
91f6170c40
|
@ -168,7 +168,7 @@ public class HttpOutput extends ServletOutputStream
|
|||
public void write(byte[] b, int off, int len) throws IOException
|
||||
{
|
||||
if (isClosed())
|
||||
throw new EOFException("Closed:" + System.identityHashCode(this));
|
||||
throw new EOFException("Closed");
|
||||
|
||||
_written+=len;
|
||||
boolean complete=_channel.getResponse().isAllContentWritten(_written);
|
||||
|
|
Loading…
Reference in New Issue