Commit bbd093e3 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove this FIXME, this is about split bug packets which as already been

discussed.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@998 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b425bdc0
...@@ -36,8 +36,6 @@ class VerificationHandler(BaseMasterHandler): ...@@ -36,8 +36,6 @@ class VerificationHandler(BaseMasterHandler):
app, pt = self.app, self.app.pt app, pt = self.app, self.app.pt
if not offset_list: if not offset_list:
# all is requested # all is requested
# FIXME: in one packet fow now, but later this will be replaced by
# Ask/Send/Answer pattern or a split at packet level.
offset_list = range(0, pt.getPartitions()) offset_list = range(0, pt.getPartitions())
row_list = [] row_list = []
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment