Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-21 | relay: do forward data if the http request type was HEAD | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-06-01 | relay: cancel the timeout on free | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-05-23 | relay: do not process headers after the first error | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-05-23 | relay: fix close handling | Felix Fietkau | |
When the relay process has exited, close the connection as soon as no data can immediately be read from the socket anymore, and the read buffer has been emptied. This fixes timeouts with scripts that leave processes lingering around without closing their fds. Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-03-15 | relay: add a missing buffer availability check | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-19 | do not relay empty chunks, they look like EOF in chunked encoding | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-19 | implement support for script timeout for cgi/lua | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-13 | relicense to ISC | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-13 | poll ustream after the process dies to fix eof detection | Felix Fietkau | |
2013-01-04 | fix relay ustream initialization | Felix Fietkau | |
2013-01-01 | consume the newline (overwritten with 0-byte) after receiving cgi process ↵ | Felix Fietkau | |
headers | |||
2013-01-01 | fix line length calculation | Felix Fietkau | |
2013-01-01 | add preliminary cgi support, needs fixing for close handling | Felix Fietkau | |