From 07447744c6b3455c1703471b249bda89dba333f5 Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 21 Dec 2001 12:28:23 +0000 Subject: Handling bug in read!@#!@#!@# --- lib/HttpServ.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/HttpServ.cc') 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++; } -- cgit v1.2.3