You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hexo default markdown-render support code mark. such like it.
if (upgrade != nullptr) {
const Router::RouteEntry::UpgradeMap* upgrade_map = filter_manager_callbacks_.upgradeMap();
if (filter_chain_factory_.createUpgradeFilterChain(upgrade->value().getStringView(),
upgrade_map, *this)) {
filter_manager_callbacks_.upgradeFilterChainCreated();
returntrue;
} else {
upgrade_rejected = true;
// Fall through to the default filter chain. The function calling this// will send a local reply indicating that the upgrade failed.
}
}
// create here !
filter_chain_factory_.createFilterChain(*this);
return !upgrade_rejected;
}
hexo default markdown-render support code mark. such like it.
use codeblock it's works
The text was updated successfully, but these errors were encountered: