Dyalog / Jarvis

APL-based web service framework supporting JSON or REST
https://dyalog.github.io/Jarvis/
MIT License
33 stars 8 forks source link

Unlocalized `r` in `HandleRequest` #15

Closed arcfide closed 4 years ago

arcfide commented 4 years ago

With the merge of the KillSession adjustments, they use a r under the assumption that it was the return value.

https://github.com/Dyalog/Jarvis/blob/03ae42e1ac83db573b2ac83e48c1cd97cd35df22/Source/Jarvis.dyalog#L547

With HandleRequest being changed to not return a value, this r is no longer localized.

arcfide commented 4 years ago

Still not fixed in that commit.