Christopher Faulet 2bf43f0746 MINOR: htx: Use an array of char to store HTX blocks
Instead of using a array of (struct block), it is more natural and intuitive to
use an array of char. Indeed, not only (struct block) are stored in this array,
but also their payload.
2019-07-19 09:18:27 +02:00
..
2015-10-12 20:58:51 +02:00
2019-06-16 21:49:47 +02:00