Explicitly ignore BIO_set_close() return val to fix #27711
[tor.git] / changes / ticket26427
blobff33f7bd4c955c6ecfee6c47ea1743b7e74847eb
1   o Minor features (code layout):
2     - Make a new lowest-level error-handling API for use by code invoked
3       from within the logging module.  This interface it makes it so
4       the logging code is no longer at risk of calling into itself if
5       a failure occurs while trying to log something.
6       Closes ticket 26427.