summaryrefslogtreecommitdiff
path: root/controller.cxx
AgeCommit message (Collapse)Author
2021-07-11Make sure the response data is null terminatedꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
because it's not, on Emscripten, and also it's const-ed.
2021-07-11Refactor and rename variablesꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
2021-07-10Use the response data to initiate clientꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
It's correct now, but the problem is, the client pushes the catalog page faster than the web server can reload to make the newly built sample URL valid.
2021-07-05Fix: Registration on Android crashesꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
The path variable needs to be stored a copy, not just a reference, for the lambda.
2021-07-04Separated client codeꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀