Bryan Jacobs

Results 2 comments of Bryan Jacobs

@paulchrisycj late to the party here, but I believe he meant calling HttpClient stop() which in the above code would be: `client1.stop()`. I just ran into this same issue and...

@paulchrisycj persistent vs non-persistent connections should be used depending on the use case. Unless you have a specific reason to keep the connection open, you probably should just close it.