commit | 74bc9916006045bf4728b84550a40cde90987c3e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 28 09:32:43 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 28 19:04:02 2022 +0100 |
tree | 7001a0a9bd3939cb49724961d247bce6f5b74773 | |
parent | e90dde1edf43eb8462559354fcd6f7771a5c11d6 [diff] |
BUILD: server-state: avoid using not-so-portable isblank() Once in a while we get rid of this one. isblank() is missing on old C libraries and only matches two values, so let's just replace it. It was brought with this commit in 2.4: 0bf268e18 ("MINOR: server: Be more strict on the server-state line parsing") It may be backported though it's really not important.