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
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}
You can’t perform that action at this time.
0 commit comments