Skip to content

Fix progress http2

Darshit Shah requested to merge gh-2da0ad63/117/darnir/fix-progress-http2 into master

This pull request also has another unrelated commit.

Off late, I've been seeing a lot of warnings due to our use of VLAs. These warnings are more informational messages by GCC that VLAs can't be protected. Hence, I decided to silence them.

Merge request reports