Add setting for turning off HTTP/2

This commit is contained in:
Jonas Kvinge
2022-08-24 20:34:10 +02:00
parent 27b01d3642
commit d347e6fc5f
4 changed files with 21 additions and 0 deletions

View File

@@ -212,6 +212,7 @@ class Base : public QObject {
// Options
bool bs2b_enabled_;
bool http2_enabled_;
private:
bool about_to_end_emitted_;