Skip accumulating if all data is available

This commit is contained in:
2025-08-15 19:19:49 -04:00
parent a119f5232b
commit 9d18c0fcda
2 changed files with 38 additions and 46 deletions

View File

@@ -349,7 +349,6 @@ private:
*/
std::string_view decode_base64(std::string_view base64_str);
void handle_completed_string();
void handle_completed_number();
void handle_completed_key();
void handle_completed_string(std::string_view s);
void handle_completed_number(std::string_view s);
};