Discussion:
[PATCH]: BUILD/SMALL htx
David CARLIER
2018-11-27 09:17:20 UTC
Permalink
Hi there,

Here a tiny change to make every OS "happy" when displaying the extra bytes.

Hope it s good enough.

Kind regards.
Willy Tarreau
2018-11-28 03:25:19 UTC
Permalink
Hi David,
Post by David CARLIER
Hi there,
Here a tiny change to make every OS "happy" when displaying the extra bytes.
Hope it s good enough.
Thanks, I think we fixed it at the same time :-)
However I used an unsigned long long instead of unsigned long to keep
the whole 64-bit value (can help during debugging sessions with corrupted
memory for example).

Thanks!
Willy
David CARLIER
2018-11-28 05:49:39 UTC
Permalink
No worries as long it is fixed. Cheers !
Post by Willy Tarreau
Hi David,
Post by David CARLIER
Hi there,
Here a tiny change to make every OS "happy" when displaying the extra bytes.
Hope it s good enough.
Thanks, I think we fixed it at the same time :-)
However I used an unsigned long long instead of unsigned long to keep
the whole 64-bit value (can help during debugging sessions with corrupted
memory for example).
Thanks!
Willy
Loading...