tg-ws-proxy/proxy
Sceef f28e4e3384 fix(proxy): reassemble fragmented WebSocket messages in recv()
RFC 6455 allows large BINARY payloads to be split across multiple
frames with FIN=0 and CONTINUATION opcodes. The previous recv() only
returned the first fragment, corrupting the MTProto stream and breaking
some media downloads. Control frames between fragments are still
handled as before.

Made-with: Cursor
2026-04-02 14:49:37 +07:00
..
__init__.py Version bump 2026-03-29 20:00:31 +03:00
tg_ws_proxy.py fix(proxy): reassemble fragmented WebSocket messages in recv() 2026-04-02 14:49:37 +07:00