Commit d7588888 authored by Sam Rushing's avatar Sam Rushing

request.__init__: oops, don't force=True forever

parent 64498067
......@@ -24,7 +24,7 @@ class request:
def __init__ (self, force=True):
self.latch = latch()
self.force = True
self.force = force
self.content = None
self.response = None
self.rheader = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment