Lines Matching refs:_header
147 this._header = null;
283 if (this._header) {
363 if (!this._headerSent && this._header !== null) {
364 // `this._header` can be null if OutgoingMessage is used without a proper Socket
368 data = this._header + data;
370 const header = this._header;
538 this._header = header + '\r\n';
647 if (this._header) {
662 if (this._header) {
684 if (this._header) {
777 if (this._header) {
812 get: function() { return !!this._header; },
910 if (!msg._header) {
1036 } else if (!this._header) {
1158 if (!this._header) {