Adding a negative integer to this spec example results in an underflow. This is because integer header values are serialised as unsigned.
They should be signed. Now that Bunny only supports Ruby 2.0+, this is easier because there are more Array#pack options that support network byte order.
Adding a negative integer to this spec example results in an underflow. This is because integer header values are serialised as unsigned.
They should be signed. Now that Bunny only supports Ruby 2.0+, this is easier because there are more
Array#pack
options that support network byte order.