diff options
author | Simão Gomes Viana <accounts@superboring.dev> | 2021-03-29 20:04:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 12:04:25 -0600 |
commit | d63d5ae1ceba4591f2837dff7a9e102dff7e89f2 (patch) | |
tree | 19c1e5f9c624cf913407c99886a726ffd3a03ce0 /modules/caddyhttp | |
parent | a6bc58153be99a8c3fe81e6ac15260c124776663 (diff) |
caddyhttp: improve grammar of comment for AllowH2C (#4072)
Diffstat (limited to 'modules/caddyhttp')
-rw-r--r-- | modules/caddyhttp/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/server.go b/modules/caddyhttp/server.go index ad873c8..27a1ca8 100644 --- a/modules/caddyhttp/server.go +++ b/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, |