mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-04 14:58:47 +00:00
go.mod: Update quic-go to v0.31.0
And fix a comment typo
This commit is contained in:
parent
bfaf2a8201
commit
fac35db9dc
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue