238239240241242243244245246247248
boolean hasContent = handleContent(response); boolean success = handleResponse(response); if (success && hasContent) { idle.await(10L, TimeUnit.SECONDS); } } catch (Exception err) { uncaughtException(client, err); handleException(request, err);