> Might anyone know why HTTP Status Codes are not being sent properly? For
> example, web.notfound() sends a `Status: 404 Not Found` response header
> rather than preceding all others with simply `404 Not Found`. Is this
> expected behavior?

What are you using to look at the output? web.py sends status codes
through WSGI to various adapters. If it's a CGI adapter, it'll
probably print things out that way, since that's what the CGI spec
says to do. The web server then converts it into the proper thing.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to