Skip to content

Commit

Permalink
fix function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Jan 9, 2025
1 parent 93fafc4 commit 2d7a26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ziti_https_request_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static void CallJs_on_req_body(napi_env env, napi_value js_cb, void* context, vo
/**
*
*/
void on_req_body(tlsuv_http_req_t *req, const char *body, ssize_t status) {
void on_req_body(tlsuv_http_req_t *req, char *body, ssize_t status) {

ZITI_NODEJS_LOG(DEBUG, "status: %zd, body: %p", status, body);

Expand Down

0 comments on commit 2d7a26f

Please sign in to comment.