mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Avoid inlining of esp gcc bug workaround
PUBLISHED_FROM=f02283b42d842246c75df848061a80b754a97013
This commit is contained in:
parent
6ef2fea45e
commit
e46185068b
@ -4255,7 +4255,7 @@ MG_INTERNAL size_t mg_handle_chunked(struct mg_connection *nc,
|
||||
*/
|
||||
#ifdef MG_ESP8266
|
||||
static void http_handler2(struct mg_connection *nc, int ev, void *ev_data,
|
||||
struct http_message *hm);
|
||||
struct http_message *hm) __attribute__((noinline));
|
||||
|
||||
void http_handler(struct mg_connection *nc, int ev, void *ev_data) {
|
||||
struct http_message hm;
|
||||
|
Loading…
Reference in New Issue
Block a user