mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net.http: remove redundant httponly handling
This commit is contained in:
@ -107,10 +107,6 @@ pub fn read_set_cookies(h map[string][]string) []&Cookie {
|
|||||||
c.http_only = true
|
c.http_only = true
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
'httponly' {
|
|
||||||
c.http_only = true
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
'domain' {
|
'domain' {
|
||||||
c.domain = val
|
c.domain = val
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user