]> git.mxchange.org Git - flightgear.git/commit
Prevent download of thousands of METAR reports if all are for some reason
authormfranz <mfranz>
Mon, 14 Nov 2005 17:18:27 +0000 (17:18 +0000)
committermfranz <mfranz>
Mon, 14 Nov 2005 17:18:27 +0000 (17:18 +0000)
commit6a3be655d2bc808b7038d8a84bd3ae9589cebb1b
tree52f708791451bb9859475174a3fb2f801a29612e
parent496dd14e21c2eaa6b8c90e98e5856c62763d8077
Prevent download of thousands of METAR reports if all are for some reason
too old (wrong system time or broken proxy): stops after 10 stale reports
were fetched in a row. This should simply stop further fetching, but due
to a bug in the threading system(?) it does currently lead to abortion,
just like any other exception in the fetcher.
src/Environment/environment_ctrl.cxx
src/Environment/environment_ctrl.hxx