2
0
Fork 0
Commit Graph

25 Commits

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