Commit Graph

10 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
d9d5ce86f6 Fixed a bug with config options and test for it 2013-11-24 01:50:24 +08:00
Mikko
663ad49768 Fix test output 2013-10-18 19:10:50 +08:00
Mikko Koppanen
ae5a08c404 some merge artifacts were left 2010-02-05 14:58:49 +00:00
Teddy Grenman
ccd21e7900 setOptions tweaks. 2010-02-05 14:58:28 +00:00
Teddy Grenman
a00a7d2b9a setOptions tweaks. 2010-02-03 17:03:04 +02:00
Mikko Koppanen
c22764620b Fixed rest of the tests to reflect the current situation 2010-02-03 14:14:25 +00:00
Teddy Grenman
0dc5405b04 New and modified tests.
Some test specify new and changed functionality.
2009-12-01 17:53:16 +02:00
Teddy Grenman
e51549a2ac New tests. 2009-11-30 17:06:54 +02:00