@@ -62,7 +62,7 @@ while($request->Accept() >= 0) { | |||
my($code, $hdr, $type, $data) = process_query($method, $path, $qs, $post, $user); | |||
#print STDERR Dumper("code",$code,"hdr", $hdr, "type", $type, "data", $data); | |||
print STDERR Dumper("code",$code,"hdr", $hdr, "type", $type, "data", $data); | |||
$hdr = [ ] if !defined $hdr; | |||