cvs commit: apache-1.3/src/main http_protocol.c http_request.c

1998-10-06 Thread fielding
fielding98/10/06 12:06:11 Modified:src CHANGES src/include httpd.h src/main http_protocol.c http_request.c Log: Added a complete implementation of the Expect header field as specified in rev-05 of HTTP/1.1. Used that implementation as a means

cvs commit: apache-1.3/src/main http_protocol.c http_request.c

1998-01-31 Thread dgaudet
dgaudet 98/01/30 16:15:45 Modified:src/main http_protocol.c http_request.c Log: (Recall: whenever a table's nelts == nalloc and a push is attempted the table size will be doubled, and the old table copied to the new table. It's nice to avoid this if it's easy.) Our default