graphql.js
graphql.js copied to clipboard
Fixed Content-Length header not being sent
This fixes the issue of the standard Content-Length header not being sent. Due to this header missing so far modern framework and webservers, which validate the incoming request strictly, will discard the body as they assume it's empty due to the missing Content-Length header.