Sam Song
Sam Song
Same problem on Windows 10 2004 (19041.264) + wsl 2 (ubuntu 18.04) with Windows Terminal (0.11.1251.0).
The `response` does have a `data` property, see [http response model](../blob/develop/docs/http.md#response) for more details. Usually, you can get the raw response body by `response.body` or get the resolved formatted body...
Could you create a jsfiddle for your error case. The save promise should be rejected when the response status >= 300. [http/index.js](../blob/develop/src/http/index.js) ```javascript return client(new Request(options)).then(response => { return response.ok...
Does the second request carry a correct cookie header if the server side uses cookie to store session id?
Could you paste the headers of request and response? And what correct encoding the response should be?
This is just a warning message. You can use `-s` option to avoid it. According to `man 1 trickle`, `-s` means running trickle in standalone mode, independent of trickled(8).