Skip to content

RatholePro v0.4.1 — CDN WebSocket Fix

Choose a tag to compare

@iPmartNetwork iPmartNetwork released this 10 Jun 22:14
· 7 commits to master since this release

v0.4.1 — RFC 6455 WebSocket Framing

Fixes WebSocket transport for CDN compatibility (Arvan Cloud, Cloudflare, etc.)

Changes

  • Proper RFC 6455 binary frame encoding/decoding
  • Client masks frames per spec (required by CDN proxies)
  • Ping/Pong handling for CDN keepalive
  • SHA-1 accept key (fixed from SHA-256)
  • Random WebSocket key generation

Install/Update

bash <(curl -Ls https://raw.githubusercontent.com/iPmartNetwork/RatholePro/master/install.sh)