WebSocket++ v0.5.1 Release Notes

Release Date: 2015-02-27 // about 9 years ago
    • 🐛 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.