mirror of
https://github.com/vlang/v.git
synced 2025-09-24 04:48:28 -04:00
net.http: remove redundant httponly handling
This commit is contained in:
parent
a924defb94
commit
5600fd8613
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user