We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cookie
1 parent c0b4235 commit 9e334ceCopy full SHA for 9e334ce
controller/annotations/backendCookie.go
@@ -40,6 +40,7 @@ func (a *BackendCookie) Parse(input store.StringW, forceParse bool) error {
40
func (a *BackendCookie) Update() error {
41
if a.cookieName == "" {
42
a.backend.Cookie = nil
43
+ return nil
44
}
45
cookie := models.Cookie{
46
Name: &a.cookieName,
0 commit comments