What does the 'after 10001 milliseconds' part of the error message mean in practice?

Question

Grade: Education Subject: Support
What does the 'after 10001 milliseconds' part of the error message mean in practice?
Asked by:
84 Viewed 84 Answers

Answer (84)

Best Answer
(244)
This part of the message indicates the specific duration the `curl` command waited before giving up. In this case, it waited for 10001 milliseconds (10.001 seconds) to establish a connection or receive data and failed to do so within that time.