Home
last modified time | relevance | path

Searched defs:badStringError (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dtransport.go1169 type badStringError struct { struct
1170 what string
1171 str string
1174 func (e *badStringError) Error() string { return fmt.Sprintf("%s %q", e.what, e.str) }