WIP: resolve: to_wire = false for failed kr_query
- Sep 25, 2018
-
-
Vladimír Čunát authored
I don't know any particular case where the bit-test would succeed and equality wouldn't, but it seems better to take no chances.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Somehow I didn't notice this field when adding ::add_selected. We probably never put anything into answer's ADDITIONAL, so noone's noticed a problem.
-
Vladimír Čunát authored
I see no use to keep these when we access all the other members directly. Strictly taken, this breaks API+ABI, but I don't think anyone else would be using them, e.g. in their lua code.
-
Vladimír Čunát authored
In these functions the extra passing of `state` in parameter and return value only served to add extra confusion with kr_request::state.
-