mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-16 09:09:21 -05:00
Now that we don't have to update FD_EV_POLLED_* at the same time as FD_EV_ACTIVE_*, we don't need to use a CAS anymore, a bit-test-and-set operation is enough. Doing so reduces the code size by a bit more than 1 kB. One function was special, fd_done_recv(), whose comments and doc were inaccurate for the part related to the lack of polling. |
||
|---|---|---|
| .. | ||
| common | ||
| import | ||
| proto | ||
| types | ||