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 #580 and makes it "fit" #1373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on May 2, 2022

  1. fixes bottlepy#580 and makes it "fit"

    This fixes bottlepy#580 
    
    It seems the current release and the dev versions are different.  This dev version adds a headers kwarg, which is not how the rest of bottle works, which uses `response.headers()`.  This fixes bottlepy#580, which was already, somewhat fixed, but also changes it to not need a headers kwarg, just copy from the existing response headers.
    
    Either way, you can close bottlepy#580 now.
    birlorg committed May 2, 2022
    Configuration menu
    Copy the full SHA
    ddaa225 View commit details
    Browse the repository at this point in the history