Home | History | Annotate | Download | only in testserver

Lines Matching refs:stale

1213           "stale" response.
1226 A stale response is sent iff "stale" is present in the request path.
1232 stale = 'stale' in self.path
1233 nonce = self.GetNonce(force_reset=stale)
1277 if stale:
1278 hdr += ', stale="TRUE"'