Searched defs:weak (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/http/
H A Dhttp_etag.c59 * is newer than (request-time minus 1 second), mark the ETag as weak - it
65 char *weak; local
97 * we send a weak tag instead of a strong one, since it could
103 weak = NULL;
107 weak = ETAG_WEAK;
119 if (weak) {
120 while (*weak) {
121 *next++ = *weak++;
153 if (weak) {
154 while (*weak) {
[all...]

Completed in 251 milliseconds