msabramo / requests-unixsocket

Use requests to talk HTTP via a UNIX domain socket
Apache License 2.0
207 stars 29 forks source link

Pull in more recent code from docker-py #26

Closed habnabit closed 7 years ago

habnabit commented 7 years ago

Since this code was taken originally from docker-py anyway, and docker-py fixed some resource leakage, here's the upstream fixes.

I noticed this because making 1k HTTP requests opened 1k sockets. Dang!

habnabit commented 7 years ago

Yeah uh I don't know how feasible it is to support 2.6 anymore. That's not my failure on the 2.6 builder.

msabramo commented 7 years ago

Thanks, @habnabit!