Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Small optimization #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Small optimization #7

wants to merge 1 commit into from

Conversation

mbernier
Copy link
Contributor

@mbernier mbernier commented Mar 1, 2016

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.

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.
@thinkingserious
Copy link
Contributor

Fixed with pull #9

@thinkingserious thinkingserious deleted the mbernier-patch-1 branch March 4, 2016 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants