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

Fixes #6693 - FastCGI review #6694

Merged
merged 4 commits into from Sep 7, 2021
Merged

Commits on Sep 2, 2021

  1. Fixes #6693 - FastCGI review

    - Removed code supporting multiplex in the client.
    - Removed code supporting multiplex in the server.
    - Reworked the server-side processing of a request, now more similar to HTTP/1.1.
    - Improved javadocs.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7e1b366 View commit details
    Browse the repository at this point in the history
  2. Fixes #6693 - FastCGI review

    Fixed javadocs.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    c36746e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Fixes #6693 - FastCGI review

    Updates after review.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    3580236 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Fixes #6693 - FastCGI review

    Updates after review.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    f84d610 View commit details
    Browse the repository at this point in the history