commit | e8472f941a8ea076ab10c98092daa4985311fafe | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Nov 19 12:26:16 2020 +0200 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Fri Nov 20 16:07:59 2020 +0200 |
tree | 712a6a9552aab63afc0e6d8699e9ddc648089803 | |
parent | c5ac79c91b5a51f1e1c9a0f39dae109f5ddb7f39 [diff] |
samples: net: dumb_http_server_mt: Fix the OK/FAIL status check The test script http-get-file-test.sh will send a POST to inform whether the test was ok or not. This is needed so that we can test the TLS functionality properly, earlier use of netcat would not do TLS handshakes. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>