fuzxy
authorAndy Green <andy.green@linaro.org>
Mon, 18 Jan 2016 01:24:35 +0000 (09:24 +0800)
committerAndy Green <andy.green@linaro.org>
Mon, 18 Jan 2016 03:16:25 +0000 (11:16 +0800)
commit4319b4d78daad8ea9253a8cf4f9e304573f8ff3d
tree35b1e1a3583c808e060c2a90867467c963715a66
parenta547554aa2a4d64403e84f0deb876b4ae1823a85
fuzxy

This is the initial push of a fuzzing proxy we will use for testing lws.

Run libwebsockets-test-fuzxy and the test server if it's local.

Then run the test client with

http_proxy=localhost:8880 libwebsockets-test-client localhost (or whatever)

Right now he only fuzzes one thing but he is operational as a proxy.
CMakeLists.txt
test-server/fuzxy.c [new file with mode: 0644]