07-15-2021 04:12 PM
The documentation states "A value of -1 defers timeout monitoring to the operating system."
I am trying to figure out what that means in regard to Windows operating systems and I have not been able to dig up anything.
Will the VI wait forever for a response or is there a global timeout value it will use?
07-15-2021 05:04 PM
This might be helpful...
Hypertext Transfer Protocol (HTTP) Timeouts
07-17-2021 10:06 AM
Thank you for the response but I've verified that there are no timeout headers being sent. In addition, when the timeout occurs the request throws a LabVIEW error (57) instead of HTTP 408 which makes me think this process is client only.