
05-12-2010, 02:41 AM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 237
|
|
Nginx appears to somehow send static content as chunked.
Here is an example:
http://wiki.nginx.org/skins/bluwiki_skin/main.css
examine the headers to see
Is it not possible to enhance litespeed to do the same?
I guess I could pass all content through PHP to force chunking but that would make it lose last modified, etag, etc. unless I added PHP code to calculate that in the headers, which would be a lot of overkill.
|