r15574@catbus: nickm | 2007-10-09 13:01:53 -0400

Fix the "400 OK" issue when replying to a vote.


svn:r11801
This commit is contained in:
Nick Mathewson
2007-10-09 17:07:13 +00:00
parent 5346a01796
commit c7981e669f
2 changed files with 27 additions and 17 deletions
+3
View File
@@ -36,6 +36,9 @@ Changes in version 0.2.0.8-alpha - 2007-??-??
o Minor bugfixes (v3 directory code):
- Fix logic to look up a cert by its signing key digest. Bugfix on
0.2.0.7-alpha.
- Only change the reply to a vote to "OK" if it's not already set. This
gets rid of annoying "400 OK" log messages, which may have been masking
some deeper issue. Bugfix on 0.2.0.7-alpha.
o Minor bugfixes (performance):
- Use a slightly simpler string hashing algorithm (copying Python's