Skip to content

Commit

Permalink
caddyhttp: improve grammar of comment for AllowH2C (#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevs23 authored Mar 29, 2021
1 parent a6bc581 commit d63d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/caddyhttp/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d63d5ae

Please sign in to comment.