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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org