Open athibaud opened 9 years ago
i see this will probably get fixed soon as you won't be overriding the default end method anymore but here are a couple of issues i've noticed:
.end()
.end(new Buffer())
i see this will probably get fixed soon as you won't be overriding the default end method anymore but here are a couple of issues i've noticed:
.end()
doesn't accept strings, only buffers it seems.end(new Buffer())
writes the buffer twice