Skip to content
Snippets Groups Projects

WIP: resolve: to_wire = false for failed kr_query

Closed Vladimír Čunát requested to merge bogus-clean into master
1 unresolved thread

There are various cleanups and a loosely depending fix for https://gitlab.labs.nic.cz/knot/knot-resolver/issues/396.

TODO:
  • deckard – something like the test in the issue, also extended with some CNAME chains.
Edited by Vladimír Čunát

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
722 722 ffi.metatype( kr_request_t, {
723 723 __index = {
724 724 current = function(req)
725 assert(ffi.istype(kr_request_t, req))
726 if req.current_query == nil then return nil end
725 assert(req and ffi.istype(kr_request_t, req))
727 726 return req.current_query
  • Replaced by !975 (merged).

  • closed

  • Please register or sign in to reply
    Loading