| commit | 783eaf4774006d8cb6362d4136c88e74b36a0b77 | [log] [tgz] |
|---|---|---|
| author | Brett Cannon <bcannon@gmail.com> | Tue Jun 17 21:52:34 2003 +0000 |
| committer | Brett Cannon <bcannon@gmail.com> | Tue Jun 17 21:52:34 2003 +0000 |
| tree | da355a2a8c6a046a3f42616ae91c83e78607d6e4 | |
| parent | 5ecd6c4db2b9d4b2d536b0210ad5aaf23bfc4dee [diff] |
Change all header strings to be as if they were capitalize()'ed. Also call capitalize in AbstractHTTPHandler before inserting headers into HTTP instance. Closes bug #649742, again.