net.http: remove redundant httponly handling
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…
Reference in New Issue