Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-04-20
2006-04-20 11:49:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b5f3de8ed6fd2a9e1c89b008fe68dcca3b96d7ba (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Minor documentation fixes.
Rev: server/base_server/prototypes.pike:1.167
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
166
2006/04/20
09
:
34
:
08
grubba Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
167
2006/04/20
11
:
49
:
52
grubba Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
1193:
//! The client's hostname, if resolved. multiset(string) cache_status = (<>);
-
//! Contains the caches that
was
hit when the request was served.
+
//! Contains the caches that
were
hit when the request was served.
//! See the docstring for @tt{$cache-status@} in the @tt{LogFormat@} //! global variable for known values, but note that the multiset
-
//!
actually
never contains the value "nocache"; it's only written
+
//!
never
actually contains the value
@expr{
"nocache"
@}
; it's only written
//! when the multiset is empty. object root_id;