Simão Gomes Viana
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/caddyhttp/server.go
|
|
@ -116,7 +116,7 @@ type Server struct { |
|
|
|
|
|
|
|
// Enables H2C ("Cleartext HTTP/2" or "H2 over TCP") support,
|
|
|
|
// which will serve HTTP/2 over plaintext TCP connections if
|
|
|
|
// a client support it. Because this is not implemented by the
|
|
|
|
// the client supports it. Because this is not implemented by the
|
|
|
|
// Go standard library, using H2C is incompatible with most
|
|
|
|
// of the other options for this server. Do not enable this
|
|
|
|
// only to achieve maximum client compatibility. In practice,
|
|
|
|