[mod-xhtml-neg-cvs] mod_xhtml_neg-2.0 mod_xhtml_neg.c,1.31,1.32
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-22 12:05:32
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv484 Modified Files: mod_xhtml_neg.c Log Message: Doxygen nit. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** mod_xhtml_neg.c 22 Apr 2004 11:13:39 -0000 1.31 --- mod_xhtml_neg.c 22 Apr 2004 12:05:23 -0000 1.32 *************** *** 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...> |