1. Subsequent Calls to http_get() very slow
- Posted by euphoric (admin) Sep 20, 2016
- 1238 views
I have a program using http_get(). The first call to it succeeds pretty quickly, grabbing the file I need from the remote host. The second and subsequent calls are extremely slow, and return wrong results.
Is there a cache I need to clear before each call? Is there something else I need to do before/after each call?
Windows 8.
Thank you!