]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
just pass errors through on read / write
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Aug 2025 12:34:32 +0000 (08:34 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Aug 2025 14:15:52 +0000 (10:15 -0400)
commit85165925c35fd21680d373a368688ad57928c84b
tree606c151e5a8095c759720692bf2fc1b7967d77b7
parent235632654096c29d84e812522d8a34c4a167f781
just pass errors through on read / write

the underlying BIO should call fr_bio_shutdown() if there is a
fatal error.
src/lib/bio/base.c
src/lib/bio/base.h
src/lib/bio/fd.c