We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f1d31 commit d770367Copy full SHA for d770367
ci-build.sh
@@ -626,7 +626,7 @@ start_test "Test to ensure HTTP/2 is disabled when HTTP2 is set to false" "${STD
626
-e \"HTTP2=FALSE\" \
627
--link \"${MOCKSERVER}:${MOCKSERVER}\" "
628
if ! curl -kv https://${DOCKER_HOST_NAME}:${PORT}/ 2>&1 | grep 'HTTP/2 200' ; then
629
- echo "Testing HTTP2 FALSE Works"
+ echo "Testing HTTP2 FALSE Flag Works"
630
else
631
echo "HTTP2 FALSE didnt work"
632
exit 1
0 commit comments