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