]> git.ipfire.org Git - thirdparty/gnutls.git/commit
Improve documentation of gnutls_record_send()
authorMichael Catanzaro <mcatanzaro@igalia.com>
Fri, 26 Jul 2019 16:18:07 +0000 (11:18 -0500)
committerMichael Catanzaro <mcatanzaro@igalia.com>
Fri, 26 Jul 2019 16:19:43 +0000 (11:19 -0500)
commit06b097c5f2bab00a0ce8b49a002cb8a8f968b6fd
tree1e7d69ce79a9a7a9f009dc80284ba2e422f4377b
parent215854c0a8f49b55e8af398d06a1c9a814bcf445
Improve documentation of gnutls_record_send()

It's no longer required to retry this function with the same parameters
if you want to use gnutls_record_discard_queued().

Fixes #806

Signed-off-by: Michael Catanzaro <mcatanzaro@igalia.com>
lib/record.c