diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-07 17:49:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-07 17:49:13 +0000 |
commit | a63eb68fe1546b7e1bebfa192b8ef0bdcc4c6980 (patch) | |
tree | 6cf2bc52becc935099d5ad4d3dfe559d6670ae5c /ChangeLog | |
parent | becbafc9dba6c12c01fe1abdf5a1fb4d50e6aa15 (diff) | |
download | tor-a63eb68fe1546b7e1bebfa192b8ef0bdcc4c6980.tar.gz tor-a63eb68fe1546b7e1bebfa192b8ef0bdcc4c6980.zip |
r17495@catbus: nickm | 2008-01-07 12:48:56 -0500
Consequence of fix for 539: when a client gets a 503 response with a nontrivial body, pretend it got a 200 response. This lets clients use information erroneously sent to them by old buggy servers.
svn:r13054
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ Changes in version 0.2.0.16-alpha - 2008-01-?? - Configuration files now accept C-style strings as values. This helps encode characters not allowed in the current configuration file format, such as newline or #. Addresses bug 557. + - Although we fixed bug 539 (where servers would send HTTP status 503 + responses _and_ send a body too), there are still servers out there + that haven't upgraded. Therefore, make clients parse such bodies + when they receive them. o Minor performance improvements: - Reference-count and share copies of address policy entries; only |