Closed cgrigis closed 3 years ago
Hum, there is smth weird with the two tests locally having such a difference in runtime, I'll look into it.
So, the request in client.test_get
is by default versionned with HTTP_11
but the connection isn't closed on our end, so the request only works after a timeout.
Hardsetting it to version HTTP_10
makes it works fast (~10s). I'm trying to write a patch but I find I got banned from the tor network (Received an End cell with reason CONNRESET
nearly each time)
but I find I got banned from the tor network (
Received an End cell with reason CONNRESET
nearly each time)
Hmm - I hope we're not doing something wrong here, which will ban all devices using this library, too!
@wouterl - @laurent-girod - do you have any idea how to check if @tharvik is banned, and if so, why, and most importantly, how to avoid it?
That is a little bit weird. Can you look in the logs? Probably it still succeeds in building the circuit? Another good idea while doing massive testing: at least connect to a (HTTP) server that we own.
When running the GET at
google.ch
with my Android test app, it looks like the request takes ~4 minutes:this delay appears to be excessive.