http: Add some logging to try to diagnose an intermittent shutdown issue.

This commit is contained in:
2025-10-01 17:48:23 -04:00
parent 3ef795452d
commit 2ec3b6a249
4 changed files with 45 additions and 0 deletions

View File

@@ -238,4 +238,9 @@ const char* tf_http_status_text(int status);
*/
bool tf_http_pattern_matches(const char* pattern, const char* path);
/**
** Log debug information to diagnose shutdown problems.
*/
void tf_http_debug_destroy();
/** @} */