Fix http2 flag
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
DataHoarder 2022-01-18 10:17:41 +01:00
parent 307cc934bc
commit aedcd3f508

View file

@ -772,7 +772,7 @@ func main() {
debugOption := flag.Bool("debug", false, "Output debug information.")
http2Option := flag.Bool("http3", false, "Enable HTTP/2")
http2Option := flag.Bool("http2", false, "Enable HTTP/2")
http3Option := flag.Bool("http3", false, "Enable HTTP/3")