Skip to content

Commit 85f6036

Browse files
committed
Address cookie-name case-sensitive about GEP-2891: HTTP Cookie Match
1 parent 80ecd9f commit 85f6036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geps/gep-2891/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ type HTTPCookieMatch struct {
8787
// +kubebuilder:default=Exact
8888
Type *CookieMatchType `json:"type,omitempty"`
8989

90-
// Name is the cookie-name of the cookie-pair in the HTTP Cookie header to be matched.
90+
// Name is the cookie-name of the cookie-pair in the HTTP Cookie header to be matched.
9191
// The cookie names are case-sensitive. This must be an exact string match. (See
9292
// https://www.rfc-editor.org/rfc/rfc6265)
9393
//

0 commit comments

Comments
 (0)