This commit is contained in:
ed
2021-02-20 17:39:08 +01:00
parent fda98730ac
commit 4f8cf2fc87
8 changed files with 51 additions and 32 deletions

View File

@@ -311,7 +311,7 @@ class HttpCli(object):
reader, _ = self.get_body_reader()
for buf in reader:
buf = buf.decode("utf-8", "replace")
self.log("urlform:\n {}\n".format(buf))
self.log("urlform @ {}\n {}\n".format(self.vpath, buf))
if "get" in opt:
return self.handle_get()