commit | ef39533365939aaf941c6e1403c4c10e9292b134 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Sep 06 16:19:20 2017 +0300 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Sep 22 08:24:36 2017 -0400 |
tree | 34ac0d2588fd502006c3d5946ec6d2b3cdddca9c | |
parent | d3b0cd4827171d3f4ed39339a3d33c6342dfaa23 [diff] |
samples: sockets: Add a dumb HTTP server example It's dumb, because it doesn't really parse HTTP request, just always sends the same page in response. Even such, it's useful for socket load testing with tools like Apache Bench (ab) and for regression checking in the net subsystem. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>