Fixed some pickeling issues with HTTPAdapter and Session
authorFlorian Mueller <florian.mueller@hostpoint.ch>
Tue, 12 Mar 2013 15:04:19 +0000 (16:04 +0100)
committerFlorian Mueller <florian.mueller@hostpoint.ch>
Tue, 12 Mar 2013 15:04:19 +0000 (16:04 +0100)
commitc41932e18468caf8990611aa62b25e867e8ad4bb
tree464065ee270ce60e843fbba6f2524dbe87efb08b
parente706d18cf893198a26ca3f41dd5014dabd87ae89
Fixed some pickeling issues with HTTPAdapter and Session

Added trust_env and stream to Session.__attrs__. Initialize
self._pool_connections and self._pool_maxsize in HTTPAdapter.
requests/adapters.py
requests/sessions.py