mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-05-24 08:21:43 +03:00
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