mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously, there was a race condition whereby we could end up with three requests in the pipeline. Now we update the number of outstanding requests synchronously, which avoids the race.