Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-09-19
2017-09-19 14:36:16 by Pontus Östlund <ponost@roxen.com>
bf7794c0c1f91cfd5f5c50d9ef69fe0df6198540 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.0
PikeDoc fixes only to make the PikeDoc parser stop complaining.
224:
protected mapping(string:function(string, RequestID:string)) cookie_callbacks = ([]);
+
protected class CookieChecker(string cookie) { string `()(string path, RequestID id)
239:
return c == 'O' && sprintf("CookieChecker(%O)", cookie); } }
+
function(string, RequestID:string) get_cookie_callback(string cookie) { function(string, RequestID:string) cb = cookie_callbacks[cookie];