mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Lsm
PUBLISHED_FROM=18d9d1e6411db84788c527d1c34ad2adc846df00
This commit is contained in:
parent
19acf23c49
commit
b6196371bb
@ -6590,6 +6590,7 @@ void mg_http_handler(struct mg_connection *nc, int ev,
|
||||
struct mg_http_multipart_part mp;
|
||||
memset(&mp, 0, sizeof(mp));
|
||||
mp.status = -1;
|
||||
mp.user_data = pd->mp_stream.user_data;
|
||||
mp.var_name = pd->mp_stream.var_name;
|
||||
mp.file_name = pd->mp_stream.file_name;
|
||||
mg_call(nc, (pd->endpoint_handler ? pd->endpoint_handler : nc->handler),
|
||||
|
@ -756,6 +756,7 @@ void mg_http_handler(struct mg_connection *nc, int ev,
|
||||
struct mg_http_multipart_part mp;
|
||||
memset(&mp, 0, sizeof(mp));
|
||||
mp.status = -1;
|
||||
mp.user_data = pd->mp_stream.user_data;
|
||||
mp.var_name = pd->mp_stream.var_name;
|
||||
mp.file_name = pd->mp_stream.file_name;
|
||||
mg_call(nc, (pd->endpoint_handler ? pd->endpoint_handler : nc->handler),
|
||||
|
Loading…
Reference in New Issue
Block a user