aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language/websockets.py
Commit message (Collapse)AuthorAgeFilesLines
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-201-1/+1
|
* Py3: websocketsShadab Zafar2016-06-151-2/+3
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+0
|
* fix encoding error on *too* random bytesThomas Kriechbaumer2016-05-151-1/+5
| | | | | | | | | | | | | | | This should fix things like: def __init__(self, val): self.val = val.decode("string_escape") ValueError: Trailing \ in string pathod/language/base.py:108: ValueError test/pathod/test_language_websocket.py:83: in fr return netlib.websockets.Frame.from_bytes(tutils.render(wf, settings)) test/pathod/tutils.py:123: in render r = r.resolve(settings) pathod/language/websockets.py:179: in resolve Key(base.TokValueLiteral(os.urandom(4)))
* combine projectsMaximilian Hils2016-02-181-0/+241