Re: [whatwg/fetch] Developer-controlled streams for request/response (#88)

Are we certain the WPT server is setup to handle the streaming/chunked requests of `fetch/api/basic/request-upload.js `? 

I am currently getting a bunch of:

```
 0:04.54 INFO STDERR: 127.0.0.1 - - [13/Jun/2020 18:22:08] code 400, message Bad request syntax ('4')
 0:04.54 INFO STDERR: 127.0.0.1 - - [13/Jun/2020 18:22:08] "4" 400 -
```

with the "Fetch with POST with ReadableStream" always failing due to the body apparently being empty. 

I see the failure is experienced by all browsers, and it was discussed above, however I am actually struggling to make this work in Servo, where in theory it should work. 

The problem might be client side, however after extensive debugging I'm looking for other places to blame :)


-- 
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/fetch/issues/88#issuecomment-643604756

Received on Saturday, 13 June 2020 10:36:49 UTC