src/java.net.http/share/classes/jdk/internal/net/http/Http1AsyncReceiver.java
branchhttp-client-branch
changeset 56682 9822bbe48b9b
parent 56507 2294c51eae30
child 56756 ba60eaef37d7
--- a/src/java.net.http/share/classes/jdk/internal/net/http/Http1AsyncReceiver.java	Wed Jun 06 15:52:48 2018 +0100
+++ b/src/java.net.http/share/classes/jdk/internal/net/http/Http1AsyncReceiver.java	Wed Jun 06 15:01:02 2018 +0100
@@ -464,8 +464,7 @@
                         // throw ConnectionExpiredException
                         // to try & force a retry of the request.
                         retry = false;
-                        ex = new ConnectionExpiredException(
-                                "subscription is finished", ex);
+                        ex = new ConnectionExpiredException(ex);
                     }
                 }
                 error = ex;