Message77024
I think it would have been better to have endheaders() (and then perhaps
_send_output()) deal with the non-string (i.e. filebuffer) case, so
that endheaders(body) is semantically equivalent to endheaders();
send(body). The version you checked in makes it necessary that the
user of HTTPConnection.endheaders() is aware of the distinction. |
|
| Date |
User |
Action |
Args |
| 2008-12-05 15:06:40 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson, jhylton, vstinner, hodgestar |
| 2008-12-05 15:06:40 | kristjan.jonsson | set | messageid: <[email protected]> |
| 2008-12-05 15:06:39 | kristjan.jonsson | link | issue4336 messages |
| 2008-12-05 15:06:39 | kristjan.jonsson | create | |
|