We released nghttp2 v0.7.15.
This release fixes access violation in libnghttp2. This bug was found and patched by Etienne Cimon. We also fixed the bug that inflatehd crashed with malformed input.
We received another crash report for nghttpx. After investigation, we found the offending commit, 585af938287d329333d9c755698fb25aa6471dab. Reverting that commit has fixed the crash. This bug has existed since v0.7.6 release.
While working with libcurl development to implement multiplexed
uploading, we added --echo-upload
option to nghttpd. This feature,
if enabled, sends back request body to the client if request method is
POST or PUT. This will help debugging uploading feature for client
side development.
Unless there is critical bug, this is the last release for 0.7 series. The development continues to 1.x series!