CVS log for: buff.h
Revision 1.2 - roper - October 28, 2003 at 21:06:06
Branches: TRUNK
Diff to: 1.1Buffering code can now return complete lines of a request. When this
is used in request.c, the code will get a lot cleaner.
Revision 1.1 - roper - October 28, 2003 at 17:33:23
Branches: TRUNK
Lots of changes:
* Use either buffering code taken from Apache or TCP_CORK to minimize
network traffic.
* Sockets are now properly 'half-closed' before being truly closed
* Make 503 responses a compile time option
* Make HTTP PUT a compile time option
* Added -b command line switch to change server's accept backlog
* Lots of code cleanup
* More statistics kept for verbose (-v) output