[svn] commit: r1831 - /trunk/src/bin/xfrin/TODO
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat May 15 01:14:13 UTC 2010
Author: jinmei
Date: Sat May 15 01:14:13 2010
New Revision: 1831
Log:
memo on another bug
Modified:
trunk/src/bin/xfrin/TODO
Modified: trunk/src/bin/xfrin/TODO
==============================================================================
--- trunk/src/bin/xfrin/TODO (original)
+++ trunk/src/bin/xfrin/TODO Sat May 15 01:14:13 2010
@@ -12,5 +12,8 @@
(intermediate) data remains in the DB file, although it's more about
the data source implementation. check it, and fix it if it's the case.
8. Xfrin.command_handler() ignores unknown commands. should return an error.
-9. XfrinConnection() can leak sockets. (same problem as that Jelte mentioned
+9. XfrinConnection can leak sockets. (same problem as that Jelte mentioned
on xfrout?)
+10. The following line of _check_soa_serial() is incorrect.
+ soa_reply = self._get_request_response(int(data_size))
+ Unpack the data and convert it in the host by order.
More information about the bind10-changes
mailing list