Remove a wasted check of XMLHttpResponse state
authorMark Donnelly <mark@painless-security.com>
Thu, 2 Apr 2015 21:31:15 +0000 (17:31 -0400)
committerMark Donnelly <mark@painless-security.com>
Thu, 2 Apr 2015 21:31:15 +0000 (17:31 -0400)
commitdf42385e9e7f0a716d5278edb233d733b4839a49
tree44ac7dbdc02b751d4725e7c951c4a2895fae4c98
parente89e9fcb138d18148f4479d79a8e1ec603007c13
Remove a wasted check of XMLHttpResponse state

The state was checked immediately after the send() call - which yields unpredictable results because of the inherent multithreading - and then does nothing more than log a message about it.  So, this winds up logging error messages at times when everything is perfectly fine, but doesn't recover from any sort of error.
navigator.gssweb.js