You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas Favre-Felix 85d242f63a Add HTTP limits (security feature).
* Limit the total HTTP request size.
* Fail early, as soon as invalid characters are found.
* Fixes issue #33.
13 years ago
..
Makefile Fix FTBFS on Debian by adding -lrt to LDFLAGS 14 years ago
README.tests README for tests. 14 years ago
basic.py Removed obsolete unit test 13 years ago
bench.sh Restored unit test. 14 years ago
limits.py Add HTTP limits (security feature). 13 years ago
pubsub.c Added SIGINT handler to pub/sub test. 14 years ago
websocket.c Cleanup. 14 years ago
websocket.html Updated WebSocket protocol to RFC6455. 13 years ago

README.tests

This directory contains a few test programs for Webdis:

* basic.py:	Unit tests.
* bench.sh:	Benchmark of several functions.
* pubsub (run `make' to compile): Tests pub/sub channels; run `./pubsub -h` for options.
* websocket (run `make' to compile): Tests HTML5 WebSockets; run `./websocket -h` for options.