~aleteoryx/muditaos

1fd83ece39c5e4728385ec9c8c07d3e3042cfc72 — Marek Niepieklo 4 years ago de84e4d
[CP-148] Fix setting of response in the Parser Context

Incomming ResponseContext was overwritten instead of used.
1 files changed, 1 insertions(+), 1 deletions(-)

M module-services/service-desktop/endpoints/Context.hpp
M module-services/service-desktop/endpoints/Context.hpp => module-services/service-desktop/endpoints/Context.hpp +1 -1
@@ 92,7 92,7 @@ namespace parserFSM

        auto setResponse(endpoint::ResponseContext r)
        {
            r = responseContext;
            responseContext = r;
        }

        auto setResponseStatus(http::Code status)