X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=blobdiff_plain;f=wrw%2Freq.py;fp=wrw%2Freq.py;h=b08afae7278c52b263ab277b91c38d860ceadec9;hp=016d2d8d6050f034639421da6be19f2d80606fce;hb=15dfd641773374daefdcffe73bc1b56b6bab0b7b;hpb=d6d4c944902dd58bfd5cbb3a0187d309637f4df1 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)