Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-01 | [pkg] fold in changes0.7.0 | drebs | |
2015-05-25 | [feature] add pool of http/https connections | drebs | |
Instead of opening one TCP connection for each HTTP request, we want to reuse connections. Also, we need to be able to verify SSL certificates. This commit implements both features in the twisted http client sync. |