Files
MaxScale/server
Markus Mäkelä ba289dc589 Fix debug assertion in cache
The call to gwbuf_length will fail if the pointed to buffer isn't the head
of the chain. To prevent this, the length is calculated before the buffer
is appended.

Also fixed the use of gwbuf_append. The return value should be assigned
and the code shouldn't reply on the value passed to the function being
correct.
2020-07-07 09:23:22 +03:00
..
2018-09-10 13:22:49 +03:00
2020-07-07 09:23:22 +03:00
2020-06-05 09:31:45 +03:00