mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
DoH: remove obsolete INSIST() check
The check, while not active by default, is not valid since the commit8b8f4d500d. See 'if (total == 0) { ...' below branch to understand why. (cherry picked from commit217a1ebd79)
This commit is contained in:
parent
d9928ccb62
commit
aa6fd85b0b
1 changed files with 0 additions and 2 deletions
|
|
@ -1506,8 +1506,6 @@ http_send_outgoing(isc_nm_http_session_t *session, isc_nmhandle_t *httphandle,
|
|||
(total == 0 && session->sending == 0) ||
|
||||
(total > 0 && session->sending == 0));
|
||||
}
|
||||
#else
|
||||
INSIST(ISC_LIST_EMPTY(session->pending_write_callbacks));
|
||||
#endif /* ENABLE_HTTP_WRITE_BUFFERING */
|
||||
|
||||
if (total == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue