Home | History | Annotate | Download | only in flip_server

Lines Matching defs:kContentLength

33 static const char kContentLength[] = "content-length";
34 static const size_t kContentLengthSize = sizeof(kContentLength) - 1;
834 0 == strncasecmp(key_begin, kContentLength, kContentLengthSize)) {