commit | 31faeca5112c5b500435d2d822b1310708344dc4 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu May 18 15:41:09 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue May 23 18:01:04 2017 +0300 |
tree | c593d3e870670ff6cca1921ae071837e0c5cccca | |
parent | 5315ee31220acf24dae3f085f9402165ef57b8c9 [diff] |
net: http: Add timeout to HTTP server response Allow the caller to delay the closing of the HTTP connection for a number of milliseconds. The purpose for this is that the client can send still some data back to us for a short period of time. This is needed for example for Basic authentication so that server is able to receive authentication values back. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>