added session caching support for M2 HTTPSConnection
Keith Jackson <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <[email protected]> |
I added in support for client side session caching in HTTPSConnection. I added an extra test to test_ssl.py that tests this functionality. See: https://bugzilla.osafoundation.org/show_bug.cgi? id=9409 for more info or to get the patches. --keith