]> git.ipfire.org Git - thirdparty/samba.git/commit
python:tests/dns_base: let dns_transaction_tcp() handle short receives
authorStefan Metzmacher <metze@samba.org>
Fri, 31 May 2024 06:07:24 +0000 (08:07 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2024 02:13:33 +0000 (02:13 +0000)
commitc741d0f3969abe821e8ee2a10f848159eb2749fe
tree7036be3869d0d0f1ebbfa83365c35d1a8e0bac26
parentc594cbad4af97031bb7b5b0eb2fb228b00acf646
python:tests/dns_base: let dns_transaction_tcp() handle short receives

With socket_wrapper we only get 1500 byte chunks...

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13019

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/dns_base.py