mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
Merge pull request #3604 from benoitc/chore/drop-last-python-only-after-h1c-0.6.5
chore: require gunicorn_h1c >=0.6.5 and drop last python_only marker
This commit is contained in:
commit
4bcda32a78
@ -53,7 +53,7 @@ tornado = ["tornado>=6.5.0"]
|
||||
gthread = []
|
||||
setproctitle = ["setproctitle"]
|
||||
http2 = ["h2>=4.1.0"]
|
||||
fast = ["gunicorn_h1c>=0.6.4"]
|
||||
fast = ["gunicorn_h1c>=0.6.5"]
|
||||
testing = [
|
||||
"gevent>=24.10.1",
|
||||
"eventlet>=0.40.3",
|
||||
|
||||
@ -3,4 +3,4 @@ coverage
|
||||
pytest>=7.2.0
|
||||
pytest-cov
|
||||
pytest-asyncio
|
||||
gunicorn_h1c>=0.6.4
|
||||
gunicorn_h1c>=0.6.5
|
||||
|
||||
@ -8,5 +8,3 @@
|
||||
# CL list variant.
|
||||
from gunicorn.http.errors import 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