add logic to remove the plugins folder when the version changed

Change-Id: Idb0ac34376c4eed81bf37da7afe670d9d9a42457
This commit is contained in:
lane.wei 2022-08-30 22:28:57 +08:00 committed by Lane.Wei
parent 562b52c6b9
commit b5a21e6520
2 changed files with 38 additions and 14 deletions

View file

@ -526,6 +526,7 @@ private:
bool on_init_network(bool try_backup = false);
void init_networking_callbacks();
void init_app_config();
void remove_old_networking_plugins();
//BBS set extra header for http request
std::map<std::string, std::string> get_extra_header();
void init_http_extra_header();