Feat: Add support for httpupgrade transport

This commit is contained in:
Misaka-blog
2023-11-02 15:42:48 +08:00
parent 32ef100cf3
commit 7538075112
7 changed files with 19 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ DialogEditProfile::DialogEditProfile(const QString &_type, int profileOrGroupId,
ui->path_l->setVisible(true);
ui->host->setVisible(false);
ui->host_l->setVisible(false);
} else if (txt == "ws" || txt == "http") {
} else if (txt == "ws" || txt == "http" || txt == "httpupgrade") {
ui->header_type->setVisible(false);
ui->header_type_l->setVisible(false);
ui->path->setVisible(true);