Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadn committed Mar 7, 2024
1 parent 3b2e13a commit f55530d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/nginx_module/filter_response_body.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
#include "firetail_module.h"
#include "filter_firetail_send.h"

size_t LibcurlNoopWriteFunction(void *buffer, size_t size, size_t nmemb,
void *userp) {
return size * nmemb;
}

ngx_int_t FiretailResponseBodyFilter(ngx_http_request_t *request,
ngx_chain_t *chain_head) {
struct ValidateResponseBody_return validation_result;
Expand Down

0 comments on commit f55530d

Please sign in to comment.