Closed mfix22 closed 5 years ago
Automatically sets the Content-Length header for when sending 204's, since Safari expects it (as seen here: https://github.com/expressjs/cors/blob/master/lib/index.js#L176-L177).
Content-Length
204
If you don't want to support this, no worries — feel free to close 🙂
looks good to me
wut
@mfix22 why?
@iamstarkov I'm actually not so sure this is actually necessary anymore.
(i'll reopen)
Automatically sets the
Content-Length
header for when sending204
's, since Safari expects it (as seen here: https://github.com/expressjs/cors/blob/master/lib/index.js#L176-L177).If you don't want to support this, no worries — feel free to close 🙂