persistent_http
persistent_http copied to clipboard
Persistent http connections using a connection pool
Results
2
persistent_http issues
Sort by
recently updated
recently updated
newest added
$ rake test --trace *\* Invoke test (first_time) *\* Execute test Run options: # Running tests: ................................I, [2012-07-22T22:19:18.566351 #10927] INFO -- : PersistentHTTP-example.com:80: Waiting for an available connection, all 3...
This PR exposes the `verify_depth` and `verify_hostname` options. `verify_hostname` is useful when CA signing should be verified but the CN doesn't match, like in dynamic service discovery environments.