Created by: lolychee
I got the same issue: https://github.com/indexzero/http-server/issues/244#issuecomment-250935798
The reason is union only support response.writeHead(statusCode, [headers])
https://github.com/flatiron/union/blob/master/lib/response-stream.js#L72