> GET requests send invalid data for files above 30kB when connecting to the 
> server over http. But GET requests send good data when connecing over https.

What do you mean by "invalid data"?  Please be more specific.
What kind of requests?  Please be more specific.

It would be hightly unlikely that lighttpd would pass its unit tests and
yet be unable to server a static file.

Your minimal configuration is missing a basic mimetypes config which
would inform your browser of the Content-Type of the responses.

> include_shell "/usr/share/lighttpd/create-mime.conf.pl"

or, for testing purposes:

> mimetype.assign = (".html" => "text/html", ".png => "image/png" )

Reply via email to