sasjs / core

Macros for SAS® App Developers
https://core.sasjs.io
MIT License
119 stars 17 forks source link

Stored Process returns 200 with empty response body after `endsas;` #267

Closed allanbowe closed 2 years ago

allanbowe commented 2 years ago

When running endsas; on a "SYSSCPL" : "X64_DSRV19" machine running "SYSVLONG" : "9.04.01M7P080520" a 200 response is received but the request body is empty.

this affects POST requests, not GET

This requires an update to the mp_abort() macro - it's aborting too hard!

allanbowe commented 2 years ago

The adapter is also updated, to enable a response to be parsed even though a Stored Process Error is present

https://github.com/sasjs/adapter/pull/731