> never being called. Do I have to call this explicitly in my view > functions somewhere or is web.py supposed to take care of that for me?
That's odd. web.py is supposed to take care of it for you. Indeed, without calling start_response no pages would ever get returned to the server, so it must be calling something's start_response. What version of web.py are you running? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
