124125126127128129130131132133134
} networkTimeout -= (System.currentTimeMillis() - start); if (networkTimeout < 1) { throw new BlockingReadTimeoutException("network timeout reached"); } } }