2019-11-18 22:29:02 -05:00

6 lines
150 B
Python

from gunicorn.config import Config
from gunicorn.http.errors import UnsupportedTransferEncoding
cfg = Config()
request = UnsupportedTransferEncoding