Rename http_request_builder_set_trace_bytes to *_trace

This commit is contained in:
2025-11-26 21:13:56 +01:00
parent 0c50cbff33
commit a58dc241ef
5 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -996,7 +996,7 @@ void http_request_builder_set_user(HTTP_RequestBuilder builder,
void *user);
// TODO: comment
void http_request_builder_set_trace_bytes(HTTP_RequestBuilder builder,
void http_request_builder_trace(HTTP_RequestBuilder builder,
bool trace_bytes);
// Set the method of the current request. This is the first