Home | History | Annotate | Download | only in src

Lines Matching refs:kBadRequest

229   return code >= http::kContinue && code < http::kBadRequest;
342 if (resp && code >= http::kBadRequest) {