net.http: remove redundant httponly handling

pull/4587/head
Junya Okuno 2020-04-25 13:15:05 +09:00 committed by GitHub
parent a924defb94
commit 5600fd8613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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