Opened 16 years ago
Closed 15 years ago
#998 defect closed wontfix (wontfix)
request.setHeader should fail if data has already been sent written to the client
Reported by: | mg | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | web | Keywords: | |
Cc: | Jean-Paul Calderone, jknight, mg | Branch: | |
Author: |
Description
Change History (6)
comment:2 Changed 16 years ago by
In web2 it would be very hard to do this by accident because of the API: you return a complete response. I doubt it's a good idea to change the behavior for t.web at this point; it'll almost certainly break something and has no real advantage.
comment:3 Changed 16 years ago by
Arguably, it only changes the way in which already-broken code fails, no?
comment:5 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I don't think there's a good reason to change the web1 API like this.
comment:6 Changed 10 years ago by
Owner: | jknight deleted |
---|
Note: See
TracTickets for help on using
tickets.