Searched refs:kContentLength (Results 1 – 3 of 3) sorted by relevance
9 kContentLength,90 this[kContentLength] = false95 const contentLength = this[kContentLength] ? { 'content-length': responseData.length } : {}200 this[kContentLength] = true
11 kContentLength: Symbol('content length'), property
26 static const char kContentLength[] = "Content-Length: "; variable27 static const size_t kContentLengthSize = sizeof(kContentLength) - 1;40 if (line.rfind(kContentLength) != 0) { in ReadMessage()61 std::cout << kContentLength << content.size() << kProtocolLineEnding; in WriteMessage()