Following from bug 6886436, this RFE proposes to improve the logging in the Http server
to help programmers detect the (programming) error that caused that issue.
In particular, if an application (server) calls HttpExchange.sendResponseHeaders() with
a responseLength value that indicates a response body will be sent, and the application
terminates the exchange without sending a body, then this error should be logged.
to help programmers detect the (programming) error that caused that issue.
In particular, if an application (server) calls HttpExchange.sendResponseHeaders() with
a responseLength value that indicates a response body will be sent, and the application
terminates the exchange without sending a body, then this error should be logged.
- relates to
-
JDK-6886436 Lightwight HTTP Container (com.sun.* package) is unstable
-
- Resolved
-