-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b81
-
unknown
-
generic
It is not necessary for the HttpExchange.close() method to throw an IOException.
An application knows that an exchange has terminated successfully if sendResponseHeaders()
returns ok, and if the entire response body gets written without an exception being thrown.
The purpose of HttpExchange.close() is primarily to clean up resources, and it does not
need an exception.
An application knows that an exchange has terminated successfully if sendResponseHeaders()
returns ok, and if the entire response body gets written without an exception being thrown.
The purpose of HttpExchange.close() is primarily to clean up resources, and it does not
need an exception.