Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tomas Krizek
Knot Resolver
Commits
395c47fe
Commit
395c47fe
authored
Jul 25, 2016
by
Karel Slaný
Committed by
Ondřej Surý
Aug 11, 2016
Browse files
Removed a comment.
parent
1510e821
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/resolve.c
View file @
395c47fe
...
...
@@ -827,12 +827,6 @@ int kr_resolve_query_finalize(struct kr_request *request, struct sockaddr *src,
/* If we have deferred answers, resume them. */
struct
kr_query
*
qry
=
array_tail
(
rplan
->
pending
);
/*
* @todo: Expose this point into the layers/modules?
* pros: Cookie control structure and LRU cache can be stored in module.
* cons: Additional stress on API before sending every packet.
*/
#if defined(ENABLE_COOKIES)
/* Update DNS cookies in request. */
if
(
type
==
SOCK_DGRAM
)
{
/* @todo: Add cookies also over TCP? */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment