]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move the code which calls server read callback into a separate func
authorArtem Boldariev <artem@boldariev.com>
Thu, 1 Jul 2021 09:04:47 +0000 (12:04 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 9 Jul 2021 12:42:44 +0000 (15:42 +0300)
commit094fcc10e7f4120554553036ad4e8eaea0efdb92
tree38e45fdd4e0b54017751373655ae92cc6a072ff5
parent6302fdd1969595240081c16fc63c4b20e0e77729
Move the code which calls server read callback into a separate func

This commit moves the code which calls server read callback into a
separate function to avoid code repetition.
lib/isc/netmgr/http.c