Skip to content

Ensure matching PTR queries are returned with the ANY query#618

Merged
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:any_ptr_queries
Jun 14, 2021
Merged

Ensure matching PTR queries are returned with the ANY query#618
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:any_ptr_queries

Conversation

@bdraco

@bdraco bdraco commented Jun 14, 2021

Copy link
Copy Markdown
Member

Fixes #464

@bdraco bdraco force-pushed the any_ptr_queries branch from c1ad6f4 to bd6cb21 Compare June 14, 2021 23:23
@bdraco bdraco changed the title Ensure matching PTR queries are returend with the ANY query Ensure matching PTR queries are returned with the ANY query Jun 14, 2021
@bdraco bdraco mentioned this pull request Jun 14, 2021
@codecov-commenter

codecov-commenter commented Jun 14, 2021

Copy link
Copy Markdown

Codecov Report

Merging #618 (bd6cb21) into master (427b728) will decrease coverage by 0.24%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #618      +/-   ##
==========================================
- Coverage   95.41%   95.16%   -0.25%     
==========================================
  Files          18       18              
  Lines        2005     2005              
  Branches      352      352              
==========================================
- Hits         1913     1908       -5     
- Misses         51       54       +3     
- Partials       41       43       +2     
Impacted Files Coverage Δ
zeroconf/_handlers.py 100.00% <100.00%> (ø)
zeroconf/const.py 97.26% <0.00%> (-2.74%) ⬇️
zeroconf/_utils/net.py 85.94% <0.00%> (-2.17%) ⬇️
zeroconf/_core.py 89.18% <0.00%> (+0.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 427b728...bd6cb21. Read the comment docs.

@bdraco bdraco merged commit b6365aa into python-zeroconf:master Jun 14, 2021
@bdraco bdraco deleted the any_ptr_queries branch June 14, 2021 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Zeroconf.handle_query does respond with PTR records when the query type is ANY

2 participants