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

Safer patching for Falcon API #895

Merged
merged 1 commit into from
Feb 20, 2022
Merged

Safer patching for Falcon API #895

merged 1 commit into from
Feb 20, 2022

Commits on Feb 20, 2022

  1. Safer patching for Falcon API

    We replace Falcon API class with a partial callable. It is safer to
    replace it with a sub-class of the base falcon.API class so any other
    systems making assumptions about falcon don't fail.
    owais committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    dd4a0e8 View commit details
    Browse the repository at this point in the history