- From: Domenic Denicola <web-platform-tests-notifications@w3.org>
- Date: Thu, 05 Jan 2017 19:03:24 GMT
- To: public-web-platform-tests-notifications@w3.org
Well, these tests assert bad data causes a rejected promise. How is that possible unless you read to the end before delivering the response? With full duplex you should be able to get a fulfilled promise (with a response you can read from) even if the request contains bad data. Maybe there's a race there and this test is assuming the race resolves in favor of terminating due to bad data before the response is vended? View on GitHub: https://github.com/w3c/web-platform-tests/pull/4362#issuecomment-270728389
Received on Thursday, 5 January 2017 19:03:54 UTC