Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/libexec/httpd
Module Name: src
Committed By: rtr
Date: Sun Nov 4 15:20:12 UTC 2007
Modified Files:
src/libexec/httpd: bozohttpd.h cgi-bozo.c
Log Message:
- remove const from h_header, this pointer is occasionally free'd
- remove unused write_str var
+ move header parsing to new function separation of parsing vs processing
+ alter some variable names to avoid confusion between header value and
header name (caused breakage with previous rev)
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/libexec/httpd/bozohttpd.h
cvs rdiff -r1.5 -r1.6 src/libexec/httpd/cgi-bozo.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index