Is there a way to request a server to not answer request with Transfer-Encoding: chunked on XMLHttpRequest?
Like passing a value in the header during the request?
In another SO question they said one can use HTTP 1.0, I don't know if this is possible with XMLHttpRequest.