424107 - Jetty should not finish chunked encoding on exception.

Implemented abort() - empty - in HttpTransportOverFastCGI.
This commit is contained in:
Simone Bordet 2014-03-21 21:29:43 +01:00
parent 565d17dc8c
commit 0330f509e6

View File

@ -99,4 +99,9 @@ public class HttpTransportOverFCGI implements HttpTransport
public void completed()
{
}
@Override
public void abort()
{
}
}