summaryrefslogtreecommitdiff
path: root/websocket/_http.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8 style compliance fixesengn33r2021-05-041-9/+10
* Fix #649 case of multiple set-cookie response headersengn33r2021-04-261-1/+4
* uses HTTP/1.1 for connect method (#677)GtTmy2021-04-191-1/+3
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...engn33r2021-02-221-2/+1
* Merge branch 'master' into masterliris2019-12-251-2/+5
|\
| * Merge pull request #573 from devmonkey22/masterliris2019-12-251-5/+4
| |\
| | * Resolve issue opening socket to intranet on Windows 10 with no proxy settings...Mike D2019-09-161-5/+4
| * | Fix getting 400 bad request with long proxy authorization stringtruong.hua2019-12-021-1/+1
| |/
* | Pep8 fixesazaugg2019-04-241-1/+2
|/
* Merge pull request #528 from trygveaa/fix-interrupted-system-callliris2019-02-231-16/+22
|\
| * Retry connect on "Interrupted system call"Trygve Aaberge2019-02-201-16/+22
* | fixed errorliris2019-02-231-1/+2
|/
* fixed #497 proxy issuev0.54.0liris2018-11-011-1/+1
* Miscellaneous code cleanupInstance2018-09-221-1/+1
* Merge pull request #427 from element-82/masterliris2018-05-271-1/+5
|\
| * _http.py: fix windows proxy error due to socktypePaul Barrette2018-05-041-1/+5
* | Merge pull request #417 from jhtitor/masterliris2018-05-271-1/+56
|\ \
| * | Add pysocks support.jhtitor2018-03-301-1/+56
| |/
* | Merge pull request #415 from minus7/masterliris2018-05-271-8/+11
|\ \
| * | Remove bundled cacert.pemminus2018-03-211-7/+5
| * | Check if SSLContext supports loading default certsminus2018-03-211-1/+1
| * | Load system default certificates if none are givenminus2018-03-211-1/+6
| |/
* | Merge pull request #409 from hugobordigoni/masterliris2018-05-271-1/+1
|\ \
| * | fix #408Hugo Bordigoni2018-03-011-1/+1
| |/
* | Fix the issue that websocket status message may not presentKevin Wang2018-02-221-1/+2
|/
* Added status message when HTTP can't be upgraded to WSDmitry Mottl2018-02-141-2/+4
* Fix variable name to avoid shadowing 'type' builtin.Peter Donis2018-01-151-2/+2
* Fix socket constructor in _open_socket to use family, type, and proto from ge...Peter Donis2018-01-151-2/+2
* Merge branch 'master' of https://github.com/Greums/websocket-client into Greu...Hiroki Ohtani2017-12-091-0/+2
|\
| * Fix SSL: SSLV3_ALERT_HANDSHAKE_FAILURE on Debian StretchDamien Le Bourdonnec2017-09-141-0/+2
* | Merge branch 'gaierror' of https://github.com/willstott101/websocket-client i...Hiroki Ohtani2017-12-091-8/+11
|\ \
| * | Wrap socket.gaierror with subclass of WebsocketExceptionWill Stott2017-09-141-8/+11
| |/
* | Merge branch 'master' of https://github.com/bpmckinnon/websocket-client into ...Hiroki Ohtani2017-12-091-3/+6
|\ \
| * | No_proxy settings should be preserved to allow blocking when proxy settings a...Brian Mckinnon2017-08-301-2/+1
| * | Added support for windows connection refused errorBrian Mckinnon2017-08-301-1/+5
| |/
* | 0.44.1ukwksk2017-11-131-1/+2
* | sslopt dict ca_cert should be ca_certs, fixes #334Philippe Mathieu2017-08-221-1/+1
|/
* renames key in sslopt dict, fixes #326Ankur Oberoi2017-06-221-1/+1
* fixed #326liris2017-06-211-2/+2
* Support WEBSOCKET_CLIENT_CA_BUNDLE being directoryAlex Tzonkov2017-03-231-3/+6
* fixed #264liris2016-12-021-1/+1
* Support CA bundle specified by environment variableImre Farkas2016-11-151-2/+5
* wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise importsAllan Lewis2016-04-271-9/+9
* websocket.*: [PEP 8] Use conventional line-length limitAllan Lewis2016-04-271-4/+8
* wsdump, websocket.*: [PEP 8] Use conventional vertical spacingAllan Lewis2016-04-271-2/+7
* wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacingAllan Lewis2016-04-271-3/+3
* _abnf, _app, _http, _url: [PEP 8] Fix indentsAllan Lewis2016-04-271-2/+2
* wsdump, _abnf, _http: Compare to `None` using `in`Allan Lewis2016-04-271-1/+1
* fixed #227liris2016-01-041-3/+5
* Use pre-initialized stream socketIlya Semyonov2015-12-081-1/+5