vercel / micro

Asynchronous HTTP microservices
MIT License
10.59k stars 458 forks source link

Automatically set Content-Length 0 if 204 status #389

Closed mfix22 closed 5 years ago

timneutkens commented 5 years ago

@mfix22 can you add a test for this

mfix22 commented 5 years ago

@timneutkens after looking into this further, I don't think this should be included in this library. User's can easily perform this action themselves.

timneutkens commented 5 years ago

Okay let's close this then.