Are there any docs on thread safety with HTTP Client? Looking at the multithread example at https://github.com/apache/httpcomponents-client/blob/5.1.x/httpclient5/src/test/java/org/apache/hc/client5/http/examples/ClientMultiThreadedExecution.java I'm guessing that anything that's a subclass of HttpUriRequestBase has to be per-thread but ConnectionManager & HttpClient can be shared.
Looking at the Javadocs I can't see any obvious mention of thread safety on any of the classes (or parent classes) Thanks, Gordon. --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org