GGraziadei commented on code in PR #2135:
URL: https://github.com/apache/stormcrawler/pull/2135#discussion_r4039833567


##########
core/src/main/java/org/apache/stormcrawler/protocol/okhttp/HttpProtocol.java:
##########
@@ -731,6 +748,16 @@ public ProtocolResponse getProtocolOutput(String url, 
final Metadata metadata)
                 }
                 call = fetchClient.newCall(currentRequest);
                 hopCalls.add(call);
+                if (deadlineNanos != 0) {
+                    // hard deadline for the whole chain, enforced by okio's 
watchdog: on

Review Comment:
   Hi Davide, thanks. I have just updated the comment.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to