mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/fix_crash_for_http2_request_v3.0' into 'release/v3.0'
fix the crash when http2_request example send/recv fail (backport v3.0) See merge request idf/esp-idf!3073
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user