Files
MaxScale/server/modules
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-04 15:28:39 +03:00
2017-04-03 12:09:59 +03:00
2017-02-15 09:31:14 +02:00