- Fix #417: prefetch and ECS causing cache corruption when used

together.
This commit is contained in:
George Thessalonikefs
2022-05-12 00:56:01 +02:00
parent f0d91950ad
commit daf316ea1b
12 changed files with 605 additions and 27 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ def inplace_servfail_callback(qinfo, qstate, rep, rcode, edns, opt_list_out,
"""
log_info("python: called back while servfail.")
# Append the example ENDS option
# Append the example EDNS option
b = bytearray.fromhex("")
edns_opt_list_append(opt_list_out, 65003, b, region)