Currently, `HttpEchange.sendResponseHeaders` throws an IOException but is unspecified in its javadoc.
An `@throws IOException` should be added and the conditions where this exception is thrown needs to be specified
An `@throws IOException` should be added and the conditions where this exception is thrown needs to be specified
- csr for
-
JDK-8255778 Add `@throws IOException` in javadoc for `HttpEchange.sendResponseHeaders`
- Closed