Closed GoogleCodeExporter closed 9 years ago
I actually realize that the PageFetcher is indeed setting timeout here:
RequestConfig requestConfig = RequestConfig.custom()
.setExpectContinueEnabled(false)
.setCookieSpec(CookieSpecs.BROWSER_COMPATIBILITY)
.setRedirectsEnabled(false)
.setSocketTimeout(config.getSocketTimeout())
.setConnectTimeout(config.getConnectionTimeout())
.build();
Even with these settings I'm still seeing the wait(). However, I did realize my
client builder did not have the .setConnectionManager(connectionManager) on it,
so that could be it.
Feel free to close this, I'll re-open if the problem exists here.
Original comment by jordan.b...@gmail.com
on 26 Nov 2014 at 8:02
Thank you Jordan.
I will close it for now, but please submit a new issue if you think the problem
still perssists
Original comment by avrah...@gmail.com
on 27 Nov 2014 at 9:02
Original issue reported on code.google.com by
jordan.b...@gmail.com
on 26 Nov 2014 at 7:21