haproxy/include
Willy Tarreau 1ed3781e21 MINOR: fd: merge the read and write error bits into RW error
We always set them both, which makes sense since errors at the FD level
indicate a terminal condition for the socket that cannot be recovered.
Usually this is detected via a write error, but sometimes such an error
may asynchronously be reported on the read side. Let's simplify this
using only the write bit and calling it RW since it's used like this
everywhere, and leave the R bit spare for future use.
2020-02-28 07:42:29 +01:00
..
common MEDIUM: buffer: remove the buffer_wq lock 2020-02-26 10:39:36 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: fd: merge the read and write error bits into RW error 2020-02-28 07:42:29 +01:00
types MINOR: fd: merge the read and write error bits into RW error 2020-02-28 07:42:29 +01:00