Re: [whatwg/xhr] send() flag not unset in open() - send() - open() call sequence (#94)

Yes I think unsetting the flag in step 11 would work. There would then be 3 ways to unset the send() flag:

1. calling open()
2. calling abort()
3. letting the request finish (response end-of-body or request error)

I'd be glad to appear in the acknowledgements section as Bertrand Guay-Paquet.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/94#issuecomment-255747030

Received on Monday, 24 October 2016 13:55:34 UTC