From: Anand Chitipothu <anandol...@gmail.com>

Here is what you need:

def webpy_wsgi(app):
     def start_response(status, headers):
         web.ctx.status = status
         web.ctx.headers = headers

     return app(web.ctx.env, start_response)

Thanks!

Alessandro

--
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to we...@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to