yuanke7 commented on issue #18422:
URL: https://github.com/apache/airflow/issues/18422#issuecomment-1022998960


   Finally it solved by myself.
   
   If you face the same problem while using Airflow or sending long response 
request and not getting response, use linux command 'curl' to send a http 
request instead of python's 'requests' pkg.
   
   It has to be the problem of python requests(SimpleHttpOperator based on it), 
it works fine on my Mac but failed on my linux server which confused me for a 
long time, pls leave an answer if you know it.


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