commit | 1ac83af5605a941f3c7bf2d7f3449f2c1e8e2af9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Feb 25 10:06:49 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Feb 25 10:24:51 2020 +0100 |
tree | 9bb5b1a6a03a9283f19d866cbbb77ced00cb8dce | |
parent | 26474c486db8bfedcaede4742442070ea9e8c809 [diff] |
CLEANUP: connection: use read_u32() instead of a cast in the netscaler parser The netscaler protocol parser used to involve a few casts from char to (uint32_t*), let's properly use u32 for this instead.