Skip to content

Commit b6f62ac

Browse files
author
neil
committed
fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
see https://bugs.launchpad.net/ubuntu/+source/curl/+bug/2018342
1 parent 15ee036 commit b6f62ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/DragonFlyBSD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
nat: |
6363
"8080": "80"
6464
prepare: |
65-
pkg install -y curl socat
65+
pkg install -y curl socat libnghttp2
6666
usesh: true
6767
run: |
6868
cd ../acmetest \

.github/workflows/OpenBSD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
envs: 'TEST_LOCAL TestingDomain TEST_ACME_Server CA_ECDSA CA CA_EMAIL TEST_PREFERRED_CHAIN ACME_USE_WGET'
6767
nat: |
6868
"8080": "80"
69-
prepare: pkg_add socat curl wget
69+
prepare: pkg_add socat curl wget libnghttp2
7070
usesh: true
7171
copyback: false
7272
run: |

0 commit comments

Comments
 (0)