You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TP-Link: Space out HTTP requests a bit, retry connection for sending files
We are hitting random race conditions in the JavaScript code, try to
alleviate them by sleeping 1 second between started requests and
waiting until the DOM is ready.
From a quick glance at the goahead binary in Ghidra, it seems like
firing off two requests at the same time can actually cause a TOCTOU bug
where one of the port triggers is dropped from config, see #652
Another issue is that on sluggish devices, it can happen that nc is not
ready within 100ms. Fixing that with exponential backoff.
0 commit comments