X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=wrw%2Freq.py;h=b08afae7278c52b263ab277b91c38d860ceadec9;hb=51a13716668cc48bf87e0d0296f8b9900fafe83b;hp=016d2d8d6050f034639421da6be19f2d80606fce;hpb=d38b200493b3ed263dbf10581d6d204462ed68c4;p=wrw.git diff --git a/wrw/req.py b/wrw/req.py index 016d2d8..b08afae 100644 --- a/wrw/req.py +++ b/wrw/req.py @@ -230,6 +230,7 @@ class copyrequest(request): self.https = p.https self.ihead = p.ihead self.ohead = p.ohead + self.input = p.input def status(self, code, msg): return self.parent.status(code, msg)