Skip to content

Instantly share code, notes, and snippets.

@lwzm
Created November 27, 2019 10:11
Show Gist options
  • Save lwzm/614de090a1b1da1f7972a267f5d236e9 to your computer and use it in GitHub Desktop.
Save lwzm/614de090a1b1da1f7972a267f5d236e9 to your computer and use it in GitHub Desktop.
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