Created
November 27, 2019 10:11
-
-
Save lwzm/614de090a1b1da1f7972a267f5d236e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from gunicorn.http.body import Body | |
Body.readable = lambda _: True | |
Body.writable = lambda _: False | |
Body.seekable = lambda _: False | |
Body.closed = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment