| 6346 | (this.corkedRequestsFree = new CorkedRequest(this))) |
| 6347 | } |
| 6348 | function Writable(s) { |
| 6349 | var o = this instanceof (a = a || i(25382)) |
| 6350 | if (!o && !j.call(Writable, this)) return new Writable(s) |
| 6351 | ;((this._writableState = new WritableState(s, this, o)), |
| 6352 | (this.writable = !0), |
| 6353 | s && |
| 6354 | ('function' == typeof s.write && (this._write = s.write), |
| 6355 | 'function' == typeof s.writev && (this._writev = s.writev), |
| 6356 | 'function' == typeof s.destroy && (this._destroy = s.destroy), |
| 6357 | 'function' == typeof s.final && (this._final = s.final)), |
| 6358 | w.call(this)) |
| 6359 | } |
| 6360 | function doWrite(s, o, i, a, u, _, w) { |
| 6361 | ;((o.writelen = a), |
| 6362 | (o.writecb = w), |