mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 10:41:30 +08:00
chore: require gunicorn_h1c >=0.6.5 and drop last python_only marker
gunicorn_h1c 0.6.5 ships the Content-Length list-form rejection (h1c #8). The last python_only marker can now come off rfc9112_smuggle_cl_list_form_01.
This commit is contained in:
parent
3af35da8c7
commit
98eac0b04e
@ -53,7 +53,7 @@ tornado = ["tornado>=6.5.0"]
|
|||||||
gthread = []
|
gthread = []
|
||||||
setproctitle = ["setproctitle"]
|
setproctitle = ["setproctitle"]
|
||||||
http2 = ["h2>=4.1.0"]
|
http2 = ["h2>=4.1.0"]
|
||||||
fast = ["gunicorn_h1c>=0.6.4"]
|
fast = ["gunicorn_h1c>=0.6.5"]
|
||||||
testing = [
|
testing = [
|
||||||
"gevent>=24.10.1",
|
"gevent>=24.10.1",
|
||||||
"eventlet>=0.40.3",
|
"eventlet>=0.40.3",
|
||||||
|
|||||||
@ -3,4 +3,4 @@ coverage
|
|||||||
pytest>=7.2.0
|
pytest>=7.2.0
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
gunicorn_h1c>=0.6.4
|
gunicorn_h1c>=0.6.5
|
||||||
|
|||||||
@ -8,5 +8,3 @@
|
|||||||
# CL list variant.
|
# CL list variant.
|
||||||
from gunicorn.http.errors import InvalidHeader
|
from gunicorn.http.errors import InvalidHeader
|
||||||
request = InvalidHeader
|
request = InvalidHeader
|
||||||
# The C parser (gunicorn_h1c) does not yet enforce this rule.
|
|
||||||
python_only = True
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user