Closed mbernier closed 8 years ago
move all the repeated reset code into the reset method. The only question I had was whether there are repercussions to having
self._response_body = None self._response_headers = None
In the _reset() method.
Fixed with pull #9
move all the repeated reset code into the reset method. The only question I had was whether there are repercussions to having
In the _reset() method.