CLEANUP: connection: use read_u32() instead of a cast in the netscaler parser
authorWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 09:06:49 +0000 (10:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 09:24:51 +0000 (10:24 +0100)
commit1ac83af5605a941f3c7bf2d7f3449f2c1e8e2af9
tree9bb5b1a6a03a9283f19d866cbbb77ced00cb8dce
parent26474c486db8bfedcaede4742442070ea9e8c809
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.
src/connection.c