Skip to content

WebSocket++/0.5.1

Compare
Choose a tag to compare
@zaphoyd zaphoyd released this 27 Feb 14:52
· 285 commits to master since this release
  • Bug: Fixes an issue where some frame data was counted against the max header
    size limit, resulting in connections that included a lot of frame data
    immediately after the opening handshake to fail.
  • Bug: Fix a typo in the name of the set method for max_http_body_size. #406
    Thank you jplatte for reporting.