enable http keepalive again, it seems to work properly now
[project/uhttpd.git] / client.c
2013-01-02 Felix Fietkaufix client state tracking and request complete handling
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...
2013-01-01 Felix Fietkauadd uh_split_header()
2013-01-01 Felix Fietkaucode cleanup
2012-12-31 Felix Fietkaufree client header buffer memory
2012-12-31 Felix Fietkaumove dispatch cbs and data to one place
2012-12-31 Felix Fietkaumake uh_path_lookup static
2012-12-31 Felix Fietkaufix 404 and 403 error handling, improve error message...
2012-12-30 Felix FietkauInitial implementation