Stefan Bühler
|
97dbcf7e42
|
[core] add option to disable buffering large request bodies on disk - forward them to backend directly instead
- right now only mod_fastcgi can handle this (it won't set the CONTENT_LENGTH env var, the backend
has to support this too)
|
10 years ago |
Stefan Bühler
|
5e4a94b0c6
|
[core] handle Connection: Upgrade
|
10 years ago |
Stefan Bühler
|
3aa78c1002
|
wait for request body in dynamic backends, cache them on disk
|
10 years ago |
Stefan Bühler
|
d9952f8e14
|
[mod_proxy] use backends
|
10 years ago |
Stefan Bühler
|
ff69160c34
|
[core] Use streams
|
10 years ago |
Stefan Bühler
|
b1c45e6a8f
|
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
|
11 years ago |
Stefan Bühler
|
366d00328c
|
Fix bug in delayed connection handling, 2nd try
|
12 years ago |
Stefan Bühler
|
318b7bf041
|
Fix bug in delayed connection handling
|
12 years ago |
Stefan Bühler
|
7976cf53cf
|
[mod_proxy] Add X-Forwarded-{For,Proto} headers, handle 1xx responses
|
13 years ago |
Stefan Bühler
|
b876f8401d
|
[core]: rework connection/vrequest structs; add liConInfo
|
13 years ago |
Stefan Bühler
|
a8efcfcc0e
|
modify plugin api to include worker context for action/option parsing; add per-worker callback for stop_worker
* create main_worker earlier
|
13 years ago |
source@lighttpd.net
|
4ef800e871
|
Use HTTP/1.0 in mod_proxy for now, don't forward (Proxy-)?Connection headers
|
13 years ago |
Stefan Bühler
|
048a7d9144
|
Append to previous buffer in network reads, save used buffer in custom location
|
13 years ago |
Stefan Bühler
|
13611b5243
|
Improve balancer handling
|
13 years ago |
Stefan Bühler
|
33b89d8981
|
Fix mod_proxy (missing \r\n after request line)
|
13 years ago |
Stefan Bühler
|
f14103bc2c
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
13 years ago |
Stefan Bühler
|
b4c3e2ba02
|
Add userdata to action-create, setup and plugin-init callbacks
|
13 years ago |
Stefan Bühler
|
17c3512f22
|
Add mod_proxy
|
14 years ago |