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
|
||||
continue
|
||||
}
|
||||
'httponly' {
|
||||
c.http_only = true
|
||||
continue
|
||||
}
|
||||
'domain' {
|
||||
c.domain = val
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue