How to interpret “Connection: keep-alive, close”?
TL; DR: Chrome interprets this response header as keep-alive and maintain a peristent connection while Firefox closes each connection. I stumbled over this question as I tried to optimize the page loading time for my website. In the referenced RFC I didn’t find anything about how multiple entries in the Connection header may be properly … Read more