Yury Shkoda
Yury Shkoda
Hey @dougwilson , Does this PR look good to you or do I need to adjust something else?
Hey @dougwilson, No worries. As far as I understand it doesn't matter if `transfer-encoding` contains chunked or not. `transfer-encoding` header can't be present with `content-length` in response headers at the...
Hey @dougwilson, Sorry for the late responce- I've been on vacation. And thank you for suggestion to use `res.write`. I reverted changes to `res.redirect` to dedicate current PR to `res.send`....
The issue has been addressed with this [PR](https://github.com/sasjs/vscode-extension/pull/392).
@medjedovicm please a test cases for both scenarios
Hi @pi0, Thanks for getting back to me. The project doesn't use webpack, it is packed using `tsc`(v5.1.6) command. Jest version is almost the latest: `jest v29.4.3` and `babel-jest v29.4.3`....