Skip to content

Commit 733be3e

Browse files
committed
Core - Update CefErrorCode (104.0.5112.81)
1 parent a5c9a66 commit 733be3e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CefSharp/Enums/CefErrorCode.cs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,13 @@ public enum CefErrorCode
11831183
/// </summary>
11841184
TooManyAcceptChRestarts = -382,
11851185

1186+
/// <summary>
1187+
/// The IP address space of the remote endpoint differed from the previous
1188+
/// observed value during the same request. Any cache entry for the affected
1189+
/// request should be invalidated.
1190+
/// </summary>
1191+
InconsistentIpAddressSpace = -383,
1192+
11861193
/// <summary>
11871194
/// The cache does not have the requested entry.
11881195
/// </summary>
@@ -1489,5 +1496,11 @@ public enum CefErrorCode
14891496
/// All DNS requests associated with this job have been cancelled.
14901497
/// </summary>
14911498
DnsRequestCancelled = -810,
1499+
1500+
/// <summary>
1501+
/// The hostname resolution of HTTPS record was expected to be resolved with
1502+
/// alpn values of supported protocols, but did not.
1503+
/// </summary>
1504+
DnsNoMachingSupportedAlpn = -811,
14921505
};
14931506
}

0 commit comments

Comments
 (0)