commit | 8c02f8de143a1ae49051c7dd91bcbda8e76ce52b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 25 16:01:38 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:35 2022 +0200 |
tree | 1df94a9dd8724e406eeda5a8598d14656efc8e18 | |
parent | 13d63afacd6e14dd5f5b698a00c81bea59c50f14 [diff] |
CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_NO_DATA It's more explicit this way. The cs_rx_endp_ready() function could be removed so that the flag is directly tested. In the future it should be inverted and the few places where it's set (or preserved via SE_FL_APP_MASK) could be dropped.