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

Use route rather than use thus reducing the number of stack frames #15301

Merged
merged 11 commits into from
May 4, 2021

Commits on Apr 5, 2021

  1. Move FCGI req.URL.Path fix-up to the FCGI listener

    Simplify the web.go FCGI path by moving the req.URL.Path fix-up to listener
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    eca7276 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    668482e View commit details
    Browse the repository at this point in the history
  2. move access logger to common as it is a logger

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    50b9f77 View commit details
    Browse the repository at this point in the history
  3. Use routes.Route not routes.Use to reduce the number of calls on the …

    …stack
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    83dc5c0 View commit details
    Browse the repository at this point in the history
  4. remove duplicate access log call

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    ed44d2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4c05ff View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. add api/swagger back in

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    56ff032 View commit details
    Browse the repository at this point in the history
  2. add api/swagger back in

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    d9e1432 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    57a4c52 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    1969370 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    46f764e View commit details
    Browse the repository at this point in the history