merge with branch issue-481

This commit is contained in:
Sebastian Sdorra
2013-11-07 09:14:00 +01:00

View File

@@ -425,8 +425,6 @@ public class DefaultCGIExecutor extends AbstractCGIExecutor
{
String line = null;
response.setContentLength(-1);
while ((line = getTextLineFromStream(is)).length() > 0)
{
if (logger.isTraceEnabled())