Home | History | Annotate | Download | only in testserver

Lines Matching refs:stale

1217           "stale" response.
1230 A stale response is sent iff "stale" is present in the request path.
1236 stale = 'stale' in self.path
1237 nonce = self.GetNonce(force_reset=stale)
1281 if stale:
1282 hdr += ', stale="TRUE"'