You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run HTTP/2 integration tests against local Caddy instead of nghttp2.org
The tests hitting nghttp2.org/httpbin/ had been failing on every CI run
because the upstream httpbin backend behind nghttpx returns 502 to
GitHub Actions runners. Enable h2c on the Caddy docker service (via a
new HTTPBIN_H2C_PORT, default 8081, since the existing HTTPBIN_HTTP_PORT
mapping goes directly to httpbin), point the TCP h2c test at it, and
drop the duplicate "nghttp2.org/httpbin" describe block (ping and GET
are already covered by the local "httpbin.org" block).
0 commit comments