Skip to content

Commit

Permalink
scripts/download_nghttp2.sh: clone 1.46.0
Browse files Browse the repository at this point in the history
Working on https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44517
that triggers an issue in nghttp2 we want to make sure it isn't due to a
problem in an old release.
  • Loading branch information
bagder committed Feb 9, 2022
1 parent afd786d commit 85b00a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_nghttp2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
set -ex

# Clone the repository to the specified directory.
git clone --branch v1.41.0 https://github.com/nghttp2/nghttp2 $1
git clone --branch v1.46.0 https://github.com/nghttp2/nghttp2 $1

0 comments on commit 85b00a7

Please sign in to comment.