rschmitt commented on code in PR #648:
URL: 
https://github.com/apache/httpcomponents-client/pull/648#discussion_r2138289061


##########
httpclient5-testing/src/main/java/org/apache/hc/client5/testing/async/AsyncRandomHandler.java:
##########
@@ -93,6 +93,20 @@ public void handleRequest(
         } catch (final URISyntaxException ex) {
             throw new ProtocolException(ex.getMessage(), ex);
         }
+        final String query = uri.getQuery();

Review Comment:
   I KNEW it had to be somewhere



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to