Searched refs:BufferedOutput (Results 1 – 1 of 1) sorted by relevance
/unit/src/nodejs/unit-http/ |
H A D | http_server.js | 276 o = new BufferedOutput(this, 0, chunk, encoding, callback); 287 o = new BufferedOutput(this, res, chunk, encoding, callback); 546 function BufferedOutput(resp, offset, chunk, encoding, callback) { class
|