kazanzhy commented on a change in pull request #20246:
URL: https://github.com/apache/airflow/pull/20246#discussion_r767573022



##########
File path: airflow/providers/http/hooks/http.py
##########
@@ -186,8 +186,8 @@ def run_and_check(
 
         # Send the request.
         send_kwargs = {
-            "timeout": extra_options.get("timeout"),
             "allow_redirects": extra_options.get("allow_redirects", True),
+            "timeout": extra_options.get("timeout"),

Review comment:
       Thanks, @uranusjr. It also works. Made changes




-- 
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