[benchmark] Do not abort() when readyState is DONE in destroyAllXHRs

This is to supress DevTools error messages, because on Chrome calling abort()
in an onreadystatechange handler in sync mode causes a NetworkError message,
even if it is after transition to DONE state.

R=tyoshino@chromium.org

Review URL: https://codereview.appspot.com/142550043

git-svn-id: https://pywebsocket.googlecode.com/svn/trunk/src@852 4ff78f4a-9131-11de-b045-6380ec9940d4
1 file changed
tree: 56adb112843f1644a102c7dd4ac6c67791949a17
  1. example/
  2. mod_pywebsocket/
  3. test/
  4. COPYING
  5. MANIFEST.in
  6. README
  7. setup.py