Hi folks!<br><br>> Indeed, this would be pretty bad.  I'm not convinced that moria1<br>> provides truncated responses though.  It could also be that it<br>> compresses results for every new request and that compressed responses<br>

> randomly differ in size, but are still valid compressions of the same<br>> input.  Kostas, do you want to look more into this and open a ticket if<br>> this really turns out to be a bug?<br><br>I did check each downloaded file, each was different in size etc., but not all of them were valid, from a shallow look at things (just chucking the file to zlib and seeing what comes out).<br>

<br>Ok, I'll try looking into this. :) do note that exams etc. are still ongoing, so this will get pushed back, if anybody figures things out earlier, then great!<br><br>> Tor clients use the ORPort to fetch descriptors. As I understand it<br>

> the DirPort has been pretty well unused for years, in which case a<br>> regression there doesn't seem that surprising. Guess we'll see.<br><br>Noted - OK, will see!<br><br>Re: python url request parallelization: @Damian: in the past when I wanted to do concurrent urllib requests, I simply used threading.Thread. There might be caveats here, I'm not familiar with the specifics. I can (again, (maybe quite a bit) later) try cooking something up to see if such a simple parallelization approach would work? (I should probably just try and do it when I have time, maybe will turn out some specific solution is needed and you guys will have solved it by then anyway.)<br>

<br>Cheers<br>Kostas.