#29069: Static file serving does not call request_finished signal
-------------------------------------+-------------------------------------
     Reporter:  André Cruz           |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  HTTP handling        |                  Version:  1.11
     Severity:  Normal               |               Resolution:
     Keywords:  streamingresponse    |             Triage Stage:  Accepted
  request_finished                   |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Tom Forbes):

 Hmm, interesting. It seems the issue is we convert our Django FileResponse
 to a wsgiref.util.FileWrapper object here:
 
https://github.com/django/django/blob/d7b2aa24f75434c2ce50100cfef3586071e0747a/django/core/handlers/wsgi.py#L151

 So when the wsgi server calls close() on it it doesn't do anything Django
 specific like send a signal.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29069#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.24224574f39c2470fd8b2de053148077%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to