Commit e4618506 authored by Marko Mikulicic's avatar Marko Mikulicic

Avoid inlining of esp gcc bug workaround

    PUBLISHED_FROM=f02283b42d842246c75df848061a80b754a97013
parent 6ef2fea4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment