Files
MaxScale/server
Johan Wikman d03b059107 Cache length of buffered data
If a complete response is delivered in many buffers, then calling
gwbuf_length() whenever you need the complete size starts to hurt.
By caching the length of the data received sofar and by updating
the length in clientReply(), gwbuf_length() will be called exactly
once for each buffer(chain) delivered to routeQuery().
2017-04-19 18:15:56 +03:00
..
2017-04-19 18:15:56 +03:00
2017-04-19 18:15:56 +03:00
2017-02-14 21:42:28 +02:00
2017-01-16 10:56:33 +02:00