Merge pull request #2887 from python273/patch-1

Fix sendfile.py example
This commit is contained in:
Benoit Chesneau 2024-08-11 00:31:24 +02:00 committed by GitHub
commit 5aeb0652e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ import os
from wsgiref.validate import validator
@validator
# @validator # breaks sendfile
def app(environ, start_response):
"""Simplest possible application object"""
status = '200 OK'