Release Note
This release adds spdylay_session_get_stream_user_data() API function
and various source code enhancements using compiler warning flags.
Changes
-
Add spdylay_session_set_stream_user_data() API function
-
spdycat: Support pipe input for -d
This is a port from nghttp2/nghttp2@a8a6684
-
fix implicit conversion loses integer precision [-Werror,-Wshorten-64-to-32]
Patch from Alexis La Goutte
-
fix cast increases required alignment [-Werror,-Wcast-align]
Patch from Alexis La Goutte
-
Fix error: will never be executed [-Werror,-Wunreachable-code]
Patch from Alexis La Goutte
-
Add check compile flag and add some new CFLAG option
Patch from Alexis La Goutte
-
Remove -Wno-unused-parameter (and add U macro)
Patch from Alexis La Goutte
-
Fix -Werror=unused-parameter using U macro
Patch from Alexis La Goutte
-
shrpx: Don't send x-forwarded-proto if -s or -p is used
-
Fix Allocator sizeof operand mismatch found by Clang Analyzer
Patch from Alexis La Goutte