rschmitt commented on code in PR #637: URL: https://github.com/apache/httpcomponents-client/pull/637#discussion_r2124336385
########## httpclient5/src/test/java/org/apache/hc/client5/http/TestHttpRoute.java: ########## @@ -454,4 +458,44 @@ void testImmutable() throws CloneNotSupportedException { Assertions.assertEquals(route3, route1, "route was modified"); } + @Test + void testUnixDomainSocketModeling() { + final Path uds1 = (new File("/var/run/docker.sock")).toPath(); Review Comment: Stet, this is a very typical UDS to connect to using an HTTP client and it's fine for a unit test -- 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