Skip to content

Commit 2a09b48

Browse files
committed
update Readme
1 parent 0b4a7ad commit 2a09b48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,13 @@ This is the interface that you can use to get more details from nginx server, it
155155
typedef struct {
156156
char *req_args; // Uri Args
157157
u_char *req_body; // Request Body
158+
size_t req_body_len; // length of body
159+
void *shared_mem;
158160

159161
/* internal */
160162
void* __r__;
163+
void* __pl__;
161164
void* __log__;
162-
intptr_t __rc__;
163165
} ngx_http_c_func_ctx_t;
164166

165167
extern void ngx_http_c_func_log_debug(ngx_http_c_func_ctx_t *ctx, const char* msg);

0 commit comments

Comments
 (0)