On Aug 25, 10:36 pm, Graham Dumpleton <[email protected]> wrote: > 2009/8/26 gert <[email protected]>: > > > curlhttp://192.168.2.17/appwsgi/wsgi/download2.wsgi-v > > > this does not work > > response('200 OK', [('Content-Type', 'text/plain'), ('Content-Length', > > lengthC), ('Content-Range', bytes), ('Transfer-Encoding', 'chunked')]) > > curl: (56) Received problem 2 in the chunky parser > > That is forbidden for WSGI. That is, WSGI application is not allowed > to set Transfer-Encoding response header. This is mentioned in WSGI > specification. What are you actually trying to do? >
Ok I did not know that, can you at a error message in apache log if such mistake is detected ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
