Telodendria/tools/src
Jordan Bancino 2d9b706f38 Fix I/O in JsonConsumeWhitespace() and UtilStreamCopy().
These functions previously operated on the assumption that fgetc() would
block; however it will not block on HttpServer streams because those are
non-blocking. They now check error conditions properly before failing
prematurely.
2023-03-10 18:46:03 +00:00
..
http.c Fix I/O in JsonConsumeWhitespace() and UtilStreamCopy(). 2023-03-10 18:46:03 +00:00
json.c Make sure a newline is printed after JSON object is pretty-printed. 2023-03-10 04:30:56 +00:00