Message45005
Logged In: YES
user_id=261020
Just a note that my justification of
Request.add_unredirected_hdrs above makes no sense. :-/ I
mis-remembered my own reasons for adding this. My original
comment from 759792 is correct:
Some headers (Content-Length, Referer, ...) mustn't be copied
to requests for a redirected URL. This requires the addition of a
new dict to Request. I've added an add_unredirected_headers
method, too. The old implementation just sends these headers
directly, but that's not possible if you want to use procesors to
implement these things. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 15:30:18 | admin | link | issue852995 messages |
| 2007-08-23 15:30:18 | admin | create | |
|