fix infinite loop when the initial two characters in a connection are \r\n
[project/uhttpd.git] / relay.c
2013-03-15 Felix Fietkaurelay: add a missing buffer availability check
2013-01-19 Felix Fietkaudo not relay empty chunks, they look like EOF in chunke...
2013-01-19 Felix Fietkauimplement support for script timeout for cgi/lua
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-13 Felix Fietkaupoll ustream after the process dies to fix eof detection
2013-01-04 Felix Fietkaufix relay ustream initialization
2013-01-01 Felix Fietkauconsume the newline (overwritten with 0-byte) after...
2013-01-01 Felix Fietkaufix line length calculation
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...