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 adapter frame from onParserExecute #17693

Closed
wants to merge 1 commit into from

Commits on Dec 15, 2017

  1. http: remove adapter frame from onParserExecute

    Remove a pointless adapter frame  by fixing up the function's formal
    parameter count.  Before:
    
        frame #0: 0x000033257ea446d5 onParserExecute(...)
        frame #1: 0x000033257ea3b93f <adaptor>
        frame #2: 0x000033257ea41959 <internal>
        frame #3: 0x000033257e9840ff <entry>
    
    After:
    
        frame #0: 0x00000956287446d5 onParserExecute(...)
        frame #1: 0x0000095628741959 <internal>
        frame #2: 0x00000956286840ff <entry>
    bnoordhuis committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    a63393c View commit details
    Browse the repository at this point in the history