diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2022-12-08 08:55:04 -0700 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2022-12-08 08:55:04 -0700 |
commit | fac35db9dcbf23af7ffad885bf072e3fbbaa7e71 (patch) | |
tree | 9284f53d7677c8020d789af0cf31a8b7ab06a6d7 /modules | |
parent | bfaf2a8201b83d7369772cb6f2439abe66d9342a (diff) |
go.mod: Update quic-go to v0.31.0
And fix a comment typo
Diffstat (limited to 'modules')
-rw-r--r-- | modules/caddyhttp/matchers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/matchers.go b/modules/caddyhttp/matchers.go index 93c7e69..400c154 100644 --- a/modules/caddyhttp/matchers.go +++ b/modules/caddyhttp/matchers.go @@ -140,7 +140,7 @@ type ( // **NOTE:** Notice that query string values are arrays, not singular values. This is // because repeated keys are valid in query strings, and each one may have a // different value. This matcher will match for a key if any one of its configured - // values is assigned in the query string. Backend applications relyon on query + // values is assigned in the query string. Backend applications relying on query // strings MUST take into consideration that query string values are arrays and can // have multiple values. MatchQuery url.Values |