Searched refs:bufferToSend (Results 1 – 1 of 1) sorted by relevance
30 const bufferToSend = Buffer.alloc(highWaterMark + 100); constant31 const ret = res.write(bufferToSend); // Write the request data.