summaryrefslogtreecommitdiff
path: root/relay.c
Commit message (Expand)AuthorAgeFilesLines
* relay: trigger close if in header read state with pending dataJo-Philipp Wich2022-08-031-1/+1
* relay: do forward data if the http request type was HEADFelix Fietkau2014-03-211-1/+3
* relay: cancel the timeout on freeFelix Fietkau2013-06-011-0/+1
* relay: do not process headers after the first errorFelix Fietkau2013-05-231-1/+3
* relay: fix close handlingFelix Fietkau2013-05-231-5/+12
* relay: add a missing buffer availability checkFelix Fietkau2013-03-151-0/+3
* do not relay empty chunks, they look like EOF in chunked encodingFelix Fietkau2013-01-191-0/+3
* implement support for script timeout for cgi/luaFelix Fietkau2013-01-191-0/+9
* relicense to ISCFelix Fietkau2013-01-131-12/+12
* poll ustream after the process dies to fix eof detectionFelix Fietkau2013-01-131-0/+1
* fix relay ustream initializationFelix Fietkau2013-01-041-1/+1
* consume the newline (overwritten with 0-byte) after receiving cgi process hea...Felix Fietkau2013-01-011-0/+1
* fix line length calculationFelix Fietkau2013-01-011-3/+1
* add preliminary cgi support, needs fixing for close handlingFelix Fietkau2013-01-011-0/+178