Home
last modified time | relevance | path

Searched refs:trimOWS (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http/httpguts/
Dhttplex.go121 func trimOWS(x string) string { func
140 v = trimOWS(v)
142 return tokenEqual(trimOWS(v[:comma]), token) || headerValueContainsToken(v[comma+1:], token)