2006-04-20
2006-04-20 13:29:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
970cc971497d7ec7ad32564af91c2f08e56d092f
(8 lines)
(+6/-2)
[
Show
| Annotate
]
Branch: 5.2
Fixed autodoc markup. Added cache status "protstore".
Rev: server/protocols/http.pike:1.497
2:
// Modified by Francesco Chemolli to add throttling capabilities.
// Copyright © 1996 - 2004, Roxen IS.
- constant cvs_version = "$Id: http.pike,v 1.496 2006/04/20 11:03:57 grubba Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.497 2006/04/20 13:29:06 grubba Exp $";
// #define REQUEST_DEBUG
#define MAGIC_ERROR
466: Inside #if 0
//! @returns
//! Returns the resulting current cookie mapping.
//!
- //! @obsolete
+ //! @deprecated CookieJar
+ //!
+ //! @seealso
//! Use @[CookieJar] instead.
mapping(string:string) parse_cookies( array|string contents )
{
2147: Inside #if defined(RAM_CACHE)
"len":strlen(data),
"error":file->error,
]);
+ cache_status["protstore"] = 1;
}
}
#endif