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
Copy file name to clipboardExpand all lines: caldav/compatibility_hints.py
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,10 @@ class FeatureSet:
92
92
"delete-calendar.free-namespace": {
93
93
"description": "The delete operations clears the namespace, so that another calendar with the same ID/name can be created"
94
94
},
95
+
"http": { },
96
+
"http.multiplexing": {
97
+
"description": "chulka/baikal:nginx is having Problems with using HTTP/2 with multiplexing, ref https://github.com/python-caldav/caldav/issues/564. I haven't (yet) been able to reproduce this locally, so no check for this yet. We'll define it as fragile in the radicale config as for now"
98
+
},
95
99
"save-load": {
96
100
"description": "it's possible to save and load objects to the calendar"
0 commit comments