Skip to content

Commit

Permalink
Merge pull request #835 from joshcooper/no_nghttp2
Browse files Browse the repository at this point in the history
Disable nghttp2 explicitly
  • Loading branch information
joshcooper authored Apr 22, 2024
2 parents c7b0307 + 25fdb20 commit 303ddf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/components/curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
--disable-ldaps \
--with-ca-bundle=#{settings[:prefix]}/ssl/cert.pem \
--with-ca-path=#{settings[:prefix]}/ssl/certs \
--without-nghttp2 \
CFLAGS='#{settings[:cflags]} #{extra_cflags.join(" ")}' \
#{settings[:host]}"]
end
Expand Down

0 comments on commit 303ddf9

Please sign in to comment.