travis ci - Why could curl and wget timeout every now and then -


every , (<5%) travis builds stall because wget calling php page times out. example: https://travis-ci.org/marcelstoer/nodemcu-custom-build/builds/69239694 using curl first several weeks tried wget because of issue.

curl

curl -m 60 url 

wget

wget -qo- url &> /dev/null 

the server serves php page doesn't report errors , in apache access log request php page reported returning http 200.

what further analyze?


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -