lib/persistent_http.rb in persistent_http-2.0.1 vs lib/persistent_http.rb in persistent_http-2.0.2

- old
+ new

@@ -82,10 +82,10 @@ ## # Creates a new PersistentHTTP. # # Set +name+ to keep your connections apart from everybody else's. Not # required currently, but highly recommended. Your library name should be - # good enough. This parameter will be required in a future version. + # good enough. # # +proxy+ may be set to a URI::HTTP or :ENV to pick up proxy options from # the environment. See proxy_from_env for details. # # In order to use a URI for the proxy you'll need to do some extra work