Skip to content

Commit

Permalink
fix formattingg
Browse files Browse the repository at this point in the history
muhammadn committed Mar 7, 2024
1 parent a0ad09d commit 3b2e13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nginx_module/filter_response_body.c
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ ngx_int_t FiretailResponseBodyFilter(ngx_http_request_t *request,
struct ValidateResponseBody_return validation_result;

// You can set the logging level to debug here
//request->connection->log->log_level = NGX_LOG_DEBUG;
// request->connection->log->log_level = NGX_LOG_DEBUG;

// Get our context so we can store the response body data
FiretailFilterContext *ctx = GetFiretailFilterContext(request);

0 comments on commit 3b2e13a

Please sign in to comment.