You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Wasabi v2.3.1-beta
Fixed
Header Initialization (Error 9): Fixed a "Subscript out of range" crash in WebSocketAddHeader that occurred when attempting to add custom HTTP headers before a connection handle was fully allocated in memory. The internal .CustomHeaders array now safely initializes on demand.
Header Persistence (Auth Bug): Fixed a silent architectural bug where the internal ResetConnectionState routine would wipe .CustomHeaderCount immediately before the handshake. Custom headers, such as Authorization Bearer tokens and Corporate Proxies configurations, now correctly persist through the connection lifecycle and are properly transmitted to the server.