Avoid inlining of esp gcc bug workaround

PUBLISHED_FROM=f02283b42d842246c75df848061a80b754a97013
This commit is contained in:
Marko Mikulicic 2015-10-26 20:16:48 +00:00
parent 6ef2fea45e
commit e46185068b

View File

@ -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;