Re: [fetch-tests] Add a fetch test for upload streaming (#4362)

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