Skip to content

Commit 9a48d43

Browse files
committed
scripts/download_nghttp2.sh: clone 1.41.0
There's a suspected crash bug in 1.31.0 that we rather not get stuck on. Closes #35
1 parent 90bd69f commit 9a48d43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/download_nghttp2.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
set -ex
55

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

0 commit comments

Comments
 (0)