Skip to content

v2.3.1-beta

Choose a tag to compare

@uesleibros uesleibros released this 05 May 23:41
· 304 commits to main since this release
db15c7c

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.