mitmproxy/netlib
Aldo Cortesi 18df329930 websockets: nicer frame construction
- Resolve unspecified values on instantiation
- Add a check for masking key length
- Smarter resolution for masking_key and mask values. Do the right thing unless told not to.
2015-04-24 15:42:31 +12:00
..
__init__.py minor cleanups 2014-08-16 15:53:07 +02:00
certffi.py minor cleanups 2014-08-16 15:53:07 +02:00
certutils.py fix code smell 2015-04-09 02:09:33 +02:00
http_auth.py fix code smell 2015-04-09 02:09:33 +02:00
http_cookies.py Whitespace, indentation, nounce -> nonce 2015-04-21 13:39:00 +12:00
http_status.py minor cleanups 2014-08-16 15:53:07 +02:00
http_uastrings.py minor cleanups 2014-08-16 15:53:07 +02:00
http.py websockets: handshake checks only take headers 2015-04-23 08:23:51 +12:00
odict.py ODict improvements 2015-04-15 10:28:17 +12:00
socks.py Simplify expected_http_body_size signature, fixing a traceback found in fuzzing 2014-11-07 15:59:00 +13:00
tcp.py fix socket_close on Windows, refs mitmproxy/mitmproxy#527 2015-04-17 16:29:09 +02:00
test.py make tests more robust, fix coveralls 2015-02-27 22:27:23 +01:00
utils.py websocket: interface refactoring 2015-04-24 15:09:21 +12:00
version.py Bump version 2014-12-28 22:46:19 +13:00
websockets.py websockets: nicer frame construction 2015-04-24 15:42:31 +12:00
wsgi.py ODict improvements 2015-04-15 10:28:17 +12:00