fix the crash when http2_request example send/recv fail

This commit is contained in:
zhangyanjiao 2018-08-24 10:06:45 +08:00
parent 997d291d85
commit 19f319a55d

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)