Skip to content

Commit 85b00a7

Browse files
committed
scripts/download_nghttp2.sh: clone 1.46.0
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.
1 parent afd786d commit 85b00a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download_nghttp2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
set -ex
55

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

0 commit comments

Comments
 (0)