Skip to content

v1.0+2 QoL Hotfix

Compare
Choose a tag to compare
@The-EDev The-EDev released this 29 Apr 00:41
· 6 commits to v1.0 since this release
bc3a742
  • Bug Fixed issue where Crow would not Compile on GCC 4.8 (due to a G++ bug). #399
  • Bug Fixed exception when Crow doesn't know the extension of a static file. @danielskeenan #411
  • Bug Fixed issue where Crow wouldn't compile when using CROW_MIDDLEWARES with a pass-by-reference app. #396
  • Feature Allow using absolute file paths with static folders. @joelguittet #419
  • Bug Fixed issue where SSL websockets wouldn't run due to HTTP upgrade. @jeanbiber #393
  • Bug Fixed issue where Logs from multiple threads would be merged together. @dhchen #404
  • Bug Fixed issue where responses to OPTIONS requests were missing a Content-Length header. @jeanbiber #424
  • Feature Allow setting up HTTPS using SSL chain files. @jeanbiber #424
  • Doxygen can now document SSL and Compression parts. #424
  • Typo fixes. @stephanecharette #424