index
:
openwrt/uhttpd
bind-to-device
bind-to-device-21.02
bind-to-device-master
master
OpenWrt uhttpd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
relay.c
Age
Commit message (
Expand
)
Author
2022-08-03
relay: trigger close if in header read state with pending data
Jo-Philipp Wich
2014-03-21
relay: do forward data if the http request type was HEAD
Felix Fietkau
2013-06-01
relay: cancel the timeout on free
Felix Fietkau
2013-05-23
relay: do not process headers after the first error
Felix Fietkau
2013-05-23
relay: fix close handling
Felix Fietkau
2013-03-15
relay: add a missing buffer availability check
Felix Fietkau
2013-01-19
do not relay empty chunks, they look like EOF in chunked encoding
Felix Fietkau
2013-01-19
implement support for script timeout for cgi/lua
Felix Fietkau
2013-01-13
relicense to ISC
Felix Fietkau
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 hea...
Felix Fietkau
2013-01-01
fix line length calculation
Felix Fietkau
2013-01-01
add preliminary cgi support, needs fixing for close handling
Felix Fietkau