Merge branch 'bugfix/fix_crash_for_http2_request' into 'master'

fix the crash when http2_request example send/recv fail

See merge request idf/esp-idf!2916
This commit is contained in:
Jiang Jiang Jian 2018-08-06 20:41:40 +08:00
commit 39921c9db0

View File

@ -145,6 +145,7 @@ static void http2_task(void *args)
}
sh2lib_free(&hd);
vTaskDelete(NULL);
}
static esp_err_t event_handler(void *ctx, system_event_t *event)