I am use a simple script like this:
Code: Select all
/tool fetch mode=http address=10.0.0.1 src-path=("/test/index.php") dst-path="/commands.txt" port=80 host=host.com;
......
some code
......
}
But after a while the script has stopped request URL.
When I run from a terminal it gives this error: failure: maximal connection count reached
Why connection count reached?
And how to avoid it?