summaryrefslogtreecommitdiff
path: root/relay.c
AgeCommit message (Expand)Author
2022-08-03relay: trigger close if in header read state with pending dataJo-Philipp Wich
2014-03-21relay: do forward data if the http request type was HEADFelix Fietkau
2013-06-01relay: cancel the timeout on freeFelix Fietkau
2013-05-23relay: do not process headers after the first errorFelix Fietkau
2013-05-23relay: fix close handlingFelix Fietkau
2013-03-15relay: add a missing buffer availability checkFelix Fietkau
2013-01-19do not relay empty chunks, they look like EOF in chunked encodingFelix Fietkau
2013-01-19implement support for script timeout for cgi/luaFelix Fietkau
2013-01-13relicense to ISCFelix Fietkau
2013-01-13poll ustream after the process dies to fix eof detectionFelix Fietkau
2013-01-04fix relay ustream initializationFelix Fietkau
2013-01-01consume the newline (overwritten with 0-byte) after receiving cgi process hea...Felix Fietkau
2013-01-01fix line length calculationFelix Fietkau
2013-01-01add preliminary cgi support, needs fixing for close handlingFelix Fietkau