commit | a268f6c74806d5996d469dd84ab365b0cf830f96 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Aug 12 09:26:18 2014 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Aug 12 09:26:18 2014 -0700 |
tree | de2e17cbc2d89a6ca89a4cf6cd923bd034611c0c | |
parent | 1110bc91457b410d0799285c1f8cb0e7bf43b68b [diff] |
Handle when an OpenSSL error doesn't contain a reason (Or any other field) You can reproduce the error by running: ``` treq.get('https://nile.ghdonline.org') ``` from within a twisted program (and doing the approrpiate deferred stuff). I'm unsure how to craft a unit test for this