5 Commits

Author SHA1 Message Date
Robert
e39a2e62f4 Add option to locally enforce payload size limit (#515)
Add a configuration option to enforce an item size limit on the client side. This avoids sending large items
over the wire and getting rejected by the server which can cause delays. The default is 0 for no limit.
The same error code RES_E2BIG is used for the client side limit as for the server side limit.
2023-04-27 08:48:49 -07:00
Xinchen Hui
0e517902d6 Improved the tests 2016-07-21 18:59:01 +08:00
Mikko
dc5b22a8da Cleaning up driver for php7. WIP 2016-01-29 14:58:50 +00:00
Mikko
d142a68dfe Refactor tests to configure server address in one place.
Also flush server every time so that we start from a clean slate
2013-11-20 00:34:15 +08:00
Teddy Grenman
9deecb3df5 Some tests. 2009-11-30 13:09:24 +02:00