Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2003-07-16
2003-07-16 14:52:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3088b1339095fa335c6f551b20ae05d34ec3b918 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed bug in handling of OPTIONS.
Rev: server/protocols/http.pike:1.404
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2001, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
403
2003/07/
09
10
:
02
:
29
wellhard
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
404
2003/07/
16
14
:
52
:
34
grubba
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1853:
else if( file->pipe ) return; }
+
}
TIMER_END(handle_request); send_result(); }
-
}
+
string url_base() // See the RequestID class for doc.