- Fix python documentation warning on functions.rst inplace_cb_reply.

This commit is contained in:
W.C.A. Wijngaards 2020-10-19 10:41:03 +02:00
parent a3e2bfbb0c
commit c8390e390d
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
This adds the option http-notls-downstream: yesno to change that,
and the dohclient test code has the -n option.
- Fix python documentation warning on functions.rst inplace_cb_reply.
16 October 2020: Wouter
- Fix that the out of order TCP processing does not limit the

View file

@ -103,7 +103,7 @@ Inplace callbacks
:param opt_list_out: :class:`edns_option`. EDNS option list to append options to.
:param region: :class:`regional`
:param \*\*kwargs: Dictionary that may contain parameters added in a future
release. Current parameters:
release. Current parameters:
``repinfo``: :class:`comm_reply`. Reply information for a communication point.
.. function:: inplace_cb_query(qinfo, flags, qstate, addr, zone, region)