Skip to content

Commit

Permalink
Merge pull request #2887 from python273/patch-1
Browse files Browse the repository at this point in the history
Fix sendfile.py example
  • Loading branch information
benoitc authored Aug 10, 2024
2 parents 411986d + ea57dfe commit 5aeb065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sendfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from wsgiref.validate import validator


@validator
# @validator # breaks sendfile
def app(environ, start_response):
"""Simplest possible application object"""
status = '200 OK'
Expand Down

0 comments on commit 5aeb065

Please sign in to comment.