Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dhttp_server.js34 ServerResponse.prototype.headers_count = 0; method in ServerResponse
50 this.headers_count = 0;
96 this.headers_count += count;
153 this.headers_count -= value.length;
163 this.headers_count--;
234 this._send_headers(this.statusCode, this.headers, this.headers_count,