network.request sending multiple requests at the same time on android

@brdenton:

All of android devices we own have the same issue. From what I can see on the internet it’s because all of Android versions use HttpClient package which was forked from a beta version, back when it had 3 retries by default. Nowadays it has 0, but this was never rebased.