|
|
|
|
|
by berkut
2662 days ago
|
|
So I've been writing a web server recently (mostly for learning purposes of HTTP and web stuff again as I've been out of that field for over a decade), and I've discovered that Firefox seems to be the only browser I've tried which still really utilises it fully and respects the headers: Safari sort of does, but only ever once, regardless of the header params, and Chrome never does, again, regardless of what the Connection header item says in the first response from the server. https://www.chromium.org/developers/design-documents/network... shows they removed it in Chrome due to issues, and weirdly this Firefox ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=264354 (last updated 5 years ago), seems to show they're not going to enable keep alive for HTTP 1.1, but Firefox is most definitely utilising it. |
|