summaryrefslogtreecommitdiff
path: root/lib/HttpServ.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-21 12:28:23 +0000
committerPixel <Pixel>2001-12-21 12:28:23 +0000
commit07447744c6b3455c1703471b249bda89dba333f5 (patch)
tree59be10e6e9a7dcc9e2e5efb6d4300e355874dad1 /lib/HttpServ.cc
parent0562cba38dddc4bbf33b727245f6efab20eb9dac (diff)
Handling bug in read!@#!@#!@#
Diffstat (limited to 'lib/HttpServ.cc')
-rw-r--r--lib/HttpServ.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/HttpServ.cc b/lib/HttpServ.cc
index 3e75743..1dba18b 100644
--- a/lib/HttpServ.cc
+++ b/lib/HttpServ.cc
@@ -254,6 +254,7 @@ void ProcessRequest::ParseVars(Handle * s, int len) {
v += t[pos++];
}
}
+ cerr << "Pushing HTTP variable: " << v << endl;
Vars->Add(v);
pos++;
}