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

The [terminate the request step](https://xhr.spec.whatwg.org/#terminate-the-request) is:
```
To terminate the request, terminate the fetch algorithm operated by the XMLHttpRequest object with reason fatal. 
```
This does not unset the `send() flag`.

-- 
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-253831819

Received on Friday, 14 October 2016 15:19:08 UTC