Home
last modified time | relevance | path

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

/third_party/node/lib/
D_http_outgoing.js685 const crlf_buf = Buffer.from('\r\n'); constant
740 msg._send(crlf_buf, null, null);
742 ret = msg._send(crlf_buf, null, callback);