Skip to content

Commit 5359e0a

Browse files
committed
Core - Update CefErrorCode (101.0.4951.54)
1 parent 725e71a commit 5359e0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CefSharp/Enums/CefErrorCode.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,11 @@ public enum CefErrorCode
11781178
/// </summary>
11791179
QuicGoawayRequestCanBeRetried = -381,
11801180

1181+
/// <summary>
1182+
/// The ACCEPT_CH restart has been triggered too many times
1183+
/// </summary>
1184+
TooManyAcceptChRestarts = -382,
1185+
11811186
/// <summary>
11821187
/// The cache does not have the requested entry.
11831188
/// </summary>

0 commit comments

Comments
 (0)