CVS log for: response.h

Revision 1.3 - roper - October 28, 2003 at 17:33:24
Branches: TRUNK
Diff to: 1.2, 1.1
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

Revision 1.2 - roper - September 22, 2003 at 23:52:56
Branches: TRUNK
Diff to: 1.1
- pth_writev() is used to combine headers with body instead of issuing
  multiple pth_write()'s; this should be faster because it results in
  fewer internal copies of the data
- filename(s) of index files can be set in cow.conf now
- added ability to limit response concurrency

Revision 1.1.1.1 - roper - July 03, 2003 at 21:14:41
Branches: TRUNK
Initial import of Takashi's CoW code (version 0.3.2).

Revision 1.1 - roper - July 03, 2003 at 21:14:41
Branches: 1.1.1.1
Initial revision