websockify/websockify
Joel Martin ee2f269c06 websocket.py: fix recording and refactor unmask.
Fix recording so that it records the actual payload bytes sent to the
client.  This means that if the client and server and using base64
encoding then the captured data will still be base64 encoded. However,
data received from the client is unmasked when recorded. Note that
this is not done efficiently; when recording, client data is unmasked
twice (once for sending on to the target and once for recording). This
could be made more efficient but that would require a refactor of how
frame reception and unmasking works and recording is not considered
a performance sensitive mode.
2012-10-17 11:59:03 -05:00
..
__init__.py Import everything in websocketproxy and websocket 2012-09-25 22:24:10 -07:00
websocket.py websocket.py: fix recording and refactor unmask. 2012-10-17 11:59:03 -05:00
websocketproxy.py Merge branch 'master' of github.com:kanaka/websockify 2012-09-21 07:32:54 -05:00