µWebSockets v0.17.a2 Release Notes

Release Date: 2019-12-28 // over 4 years ago
  • ⚠ Silencing warnings

    • ⚠ Warning level /W3, default in Visual Studio, should show no warnings when compiling.
    • ⚠ Warnings -Wconversion added to Makefile and fixed ("silenced").
    • ⚡️ Fuzz target for new router is updated and fuzzing.
    • 🐎 HttpResponse::cork fixed behavior and performance when doing pipelined responses.
    • 🆕 New segment in user manual regarding use of corking.