-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
9
Exception handling can be improved with better exception messages which convey state.
e.g
Http1Request.java
319 if (contentWritten != contentLength) {
320 throw new IOException("wrong content length");
Let's print the length value.
e.g
Http1Request.java
319 if (contentWritten != contentLength) {
320 throw new IOException("wrong content length");
Let's print the length value.
- duplicates
-
JDK-8170648 Move java.net.http package out of Java SE to incubator namespace
- Closed
- relates to
-
JDK-8087112 HTTP API and HTTP/1.1 implementation
- Closed