|
|
|
|
|
by fps_doug
2661 days ago
|
|
Just checked with Chromium 71 on Linux against lighttpd - keepalive works just fine, seeing html, css and js requested using the same connection. I'd also suspect something's up with your server's implementation. FWIW, this is the reply header lighttpd sends: HTTP/1.1 200 OK
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Wed, 16 Sep 2015 08:50:41 GMT
ETag: "713114043"
Content-Type: application/javascript
Accept-Ranges: bytes
Content-Length: 9743
Date: Fri, 08 Mar 2019 10:34:12 GMT
Server: lighttpd/1.4.35
|
|