web.header only works in built-in server

Bug #511831 reported by ob
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
web.py
New
Undecided
Unassigned

Bug Description

Repro:
1.hello.py
....
class hello:
    def GET(self):
        web.header('Set-Cookie', 'a=b;')
        return 'test header'
.....
2.python hello.py, visit http://localhost:8080/, check the header, it works
3.use flup+spawn-fcgi+nginx, visit the page agin, check the header, it doesn't work

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.