-
Sub-task
-
Resolution: Fixed
-
P4
-
25
A new `connectionLabel` method is added to `java.net.http.HttpResponse`. This new method returns an opaque connection label that callers can leverage to associate a response with the connection it is carried on. This is useful to determine whether two requests were carried on the same connection or on different connections. This can be used to facilitate troubleshooting.