Open GoogleCodeExporter opened 9 years ago
Here is the problem:
while self.data:
avp = AVP(self.data)
l.append(avp)
self.data = self.data[len(avp):]
self.data = self.avps = l
when data is splited, it should be done counting the filling bits
Original comment by nicolas....@aenima-x.com.ar
on 18 Apr 2011 at 2:25
Original issue reported on code.google.com by
nicolas....@aenima-x.com.ar
on 15 Apr 2011 at 8:51