[mod-xhtml-neg-cvs] mod_xhtml_neg mod_xhtml_neg.c,1.45,1.46
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-22 12:05:17
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv423 Modified Files: mod_xhtml_neg.c Log Message: Doxygen nit. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** mod_xhtml_neg.c 22 Apr 2004 11:14:04 -0000 1.45 --- mod_xhtml_neg.c 22 Apr 2004 12:05:07 -0000 1.46 *************** *** 74,79 **** * Etags should be unique for each content-type returned. This is done by * adding our own suffix to Etag headers when a negotiation is successful. ! * The suffix is a hash of the content-type header value returned to the ! * client. * * @author Nicholas Cull <ru...@us...> --- 74,78 ---- * Etags should be unique for each content-type returned. This is done by * adding our own suffix to Etag headers when a negotiation is successful. ! * The suffix is a hash of the content-type value returned to the client. * * @author Nicholas Cull <ru...@us...> |