Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2009-03-21
2009-03-21 18:43:40 by Martin Stjernholm <mast@lysator.liu.se>
9968204dc439b6ef7780c04989493706445ba6c0 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Corrected handling of rest_query.
Rev: server/protocols/http.pike:1.592
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2004, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
591
2009/03/21 18:
38
:
21
mast Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
592
2009/03/21 18:
43
:
40
mast Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
506:
vars, "roxen-http-default"); }
+
if (array(string) rest = m_delete (real_variables, ""))
+
rest_query = rest[0];
+
if (input_charset && misc->post_variables) { if (query) { // Complicated to repopulate misc->post_variables with