Skip to content
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

http: remove reference to onParserExecute #4773

Closed
wants to merge 2 commits into from
Closed

http: remove reference to onParserExecute #4773

wants to merge 2 commits into from

Commits on Jan 19, 2016

  1. http: remove reference to onParserExecute

    Parsers hold a reference to the socket associated with the request
    through onParserExecute. This must be removed when the parser is
    freed so that the socket can be garbage collected when destroyed.
    Tom Atkinson committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    3b69b57 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. http: initialise kOnExecute to null

    Tom Atkinson committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    442c408 View commit details
    Browse the repository at this point in the history