25 Commits (53337c81d40b90d3f8daab92c8419522d3a1c0fc)

Author SHA1 Message Date
Stefan Bühler 5e4a94b0c6 [core] handle Connection: Upgrade 10 years ago
Stefan Bühler 7a01f69b89 fix connection is_closed handling (never close raw_out, never close con->out.source->out) 10 years ago
Stefan Bühler a937bd437a fix missing li prefixes 10 years ago
Stefan Bühler ff69160c34 [core] Use streams 10 years ago
Stefan Bühler d173c7d305 [response] fix totally broken response headers if connection header is sent 12 years ago
Stefan Bühler 4c04989bd1 fix compile bugs in previous commits 12 years ago
Stefan Bühler 6ca28bab2b [response handling] fix missing connection header 12 years ago
Stefan Bühler a7741a2f22 [core] Ignore connection headers from backends 12 years ago
Thomas Porzelt fc3d0e51e9 [core] fix invalid html in auto-generated responses 12 years ago
Stefan Bühler 8ae6902602 [core] remove lighttpd-glue.h from base.h 13 years ago
Stefan Bühler b876f8401d [core]: rework connection/vrequest structs; add liConInfo 13 years ago
Thomas Porzelt 9d14c6bce7 [core] Send Content-Type text/html for generated error pages 13 years ago
Stefan Bühler 59835b5eb1 remove content-encoding, transfer-encoding and etag header for generated error bodies 14 years ago
Stefan Bühler f14103bc2c Split options into two categories: simple (int, bool) and ref-counted pointers 14 years ago
Stefan Bühler 49a99eb0e8 Fix handling of responses without body; check that really no content is sent. 14 years ago
Stefan Bühler f96e35e03a Fix response.c to not send chunked encoding/.. for head requests with no content 14 years ago
Stefan Bühler a151eeac2f Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
Stefan Bühler 90447c6cec Some fixes for HEAD and 206 Partial Content handling 14 years ago
Stefan Bühler 6702e1413b Fix too fast closing of con->out (skipped mod-deflate), rely on closed vr->out instead 14 years ago
Thomas Porzelt e762ac1208 [core] Remove redundant css from error pages 14 years ago
Stefan Bühler c77ba3eb20 Cleanup connection code 14 years ago
Thomas Porzelt 6016ec94fe [core] Make error pages prettier and add a little error description 14 years ago
Stefan Bühler b32c74a180 vr->handle_response_body was replaced with vr->backend (and is used for something else now) 14 years ago
Thomas Porzelt e838c9b3cf [core] Add liTimeFunc (gmtime_r, localtime_r) parameter to li_worker_current_timestamp() 14 years ago
Stefan Bühler 540ff7db02 Split sources into subdirs 14 years ago