otrivine - 2005-11-04

Logged In: YES
user_id=1153811

After som further debugging I made next conclusions:
- the problem occurs because the length of the podcast url
is unknown and cannot be retrieved at the point it is parsed
(ParserUtils.extractMhodDataItem()).
- the parsing of the the mhod blocks is split up: mhod
header, mhod type A (type<50) and mhod type B (type=100).
Because the header is parsed seperate than the body, it is
not possible to retrieve the length (="total length" header
field - "header length" header field) at the point of
parsing the body.
So a solution would be to put header and body together for
each seperate type.

Hope this helps.
If I find some more time, maybe I'll try to code this.