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

http2: rename http2_state class to Http2State #20423

Closed
wants to merge 2 commits into from

Commits on Apr 30, 2018

  1. http2: rename http2_state class to Http2State

    This commit renames the http2_state class to follow the guidelines in
    CPP_STYLE_GUIDE.md.
    danbev committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    6e7dbe0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. doc: add snake_case section for C-like structs

    This commit adds a section mentioning that for C-like structs it is
    alright to use snake_case.
    
    Refs: nodejs#20423
    danbev committed May 2, 2018
    Configuration menu
    Copy the full SHA
    230cf8a View commit details
    Browse the repository at this point in the history