Dolda2000 GitWeb
/
wrw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
328e968
)
Fixed copyrequest missing input.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 22 Mar 2017 04:40:15 +0000
(
05:40
+0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 22 Mar 2017 04:40:15 +0000
(
05:40
+0100)
wrw/req.py
patch
|
blob
|
blame
|
history
diff --git
a/wrw/req.py
b/wrw/req.py
index
016d2d8
..
b08afae
100644
(file)
--- 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)