Skip to content

Instantly share code, notes, and snippets.

@bagder
Created October 5, 2020 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bagder/8de90fcb15031bb1b71c14848ad345ce to your computer and use it in GitHub Desktop.
Save bagder/8de90fcb15031bb1b71c14848ad345ce to your computer and use it in GitHub Desktop.
fix for jfuller's test360
--- data/test360~ 2020-10-05 07:44:59.291501064 +0200
+++ data/test360 2020-10-05 07:51:34.882694526 +0200
@@ -44,7 +44,7 @@
CURL_ALTSVC_HTTP="yeah"
</setenv>
<command>
---http2 --alt-svc "log/altsvc-360" "http://%HOSTIP:%HTTPSPORT/360" "http://%HOSTIP:%HTTPSPORT/360"
+--http2 --alt-svc "log/altsvc-360" "http://%HOSTIP:%HTTP2PORT/360" "http://%HOSTIP:%HTTP2PORT/360"
</command>
</client>
@xquery
Copy link

xquery commented Oct 5, 2020

right and thats where the issue is/was ! thank you for helping me isolate !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment