天价钻石耳环即将在瑞士拍卖 两只耳环将分别拍卖
Current License: CC BY-SA 4.0
6 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 10, 2018 at 15:41 | answer | added | Alaan | timeline score: 2 | |
May 9, 2018 at 19:18 | comment | added | mkl | Please make that an actual answer instead of a comment. | |
May 9, 2018 at 14:52 | comment | added | Alaan |
For anyone having issues, I found out that in my gateway layer, the request was wrapped around a utility function that performed a text read on the response, i.e. return response.text() . I removed this and instead piped the response from the backend: fetch('backendurl') .then(({ body }) => { body.pipe(res) }) Hopefully this helps anyone employing the gateway pattern with similar issues
|
|
May 9, 2018 at 13:48 | history | edited | Alaan | CC BY-SA 4.0 |
deleted 187 characters in body
|
May 9, 2018 at 10:32 | history | edited | Alaan | CC BY-SA 4.0 |
added 701 characters in body
|
May 9, 2018 at 9:53 | history | asked | Alaan | CC BY-SA 4.0 |