Run any http client request in a for-loop. Notice that connection is being restablished every time, i.e. the codepath goes through handle_resolve, handle_connect etc, which should be done only on the first request per connection.
↧