File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1183,6 +1183,13 @@ public enum CefErrorCode
1183
1183
/// </summary>
1184
1184
TooManyAcceptChRestarts = - 382 ,
1185
1185
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
+
1186
1193
/// <summary>
1187
1194
/// The cache does not have the requested entry.
1188
1195
/// </summary>
@@ -1489,5 +1496,11 @@ public enum CefErrorCode
1489
1496
/// All DNS requests associated with this job have been cancelled.
1490
1497
/// </summary>
1491
1498
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 ,
1492
1505
} ;
1493
1506
}
You can’t perform that action at this time.
0 commit comments