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

Update WSGIWrapper to be spec compliant (pep 333/3333). #155

Closed
wants to merge 6 commits into from

Commits on Nov 12, 2023

  1. Update WSGIWrapper to be spec compliant (pep 333/3333).

    The commit contains the following changes:
    
     * Error out early if the application forgets to call start_response
     * Send a proper content-length if the iterable returned has only one
       item
     * Always call `close()` on the returned iterable if it exists.
    apollo13 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b7a6caf View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix existing tests.

    apollo13 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9e2459a View commit details
    Browse the repository at this point in the history
  2. Code improvements.

    apollo13 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    74bfb6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3122ad0 View commit details
    Browse the repository at this point in the history
  4. Fix mypy?

    apollo13 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f557d9c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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