Skip to content

Commit 0616f05

Browse files
committed
fixup! feat: add experimental http2 support
1 parent 743de55 commit 0616f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -eux
2+
set -eu
33
cd -- "$(dirname "$0")/.."
44

55
STATICCHECK_VERSION=v0.6.1

internal/examples/http2/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Options:
4444
Examples:
4545
GODEBUG=http2xconnect=1 %[1]s server -addr :8080
4646
GODEBUG=http2xconnect=1 %[1]s server -tls -addr :8443
47-
GODEBUG=http2xconnect=1%[1]s server -tls -cert cert.pem -key key.pem
47+
GODEBUG=http2xconnect=1 %[1]s server -tls -cert cert.pem -key key.pem
4848
`, prog)
4949
}
5050
if err := fs.Parse(args); err != nil {

0 commit comments

Comments
 (0)