commit | fe84d4f7ddcc604843146a23af9566743454f28a | [log] [tgz] |
---|---|---|
author | Michael Scott <michael.scott@linaro.org> | Tue Aug 15 16:01:03 2017 -0700 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Aug 16 12:35:33 2017 +0300 |
tree | f531c0a73be10c958848aa01b0add7510f806101 | |
parent | 40e669e798798c9fcf298170183e5446e5c3981a [diff] |
net: http: allow HTTP_NETWORK_TIMEOUT to be configured Currently, the HTTP_NETWORK_TIMEOUT setting is hard-coded as 20 seconds. Not every application may want to wait that long, so let's change this to a CONFIG option: CONFIG_HTTP_CLIENT_NETWORK_TIMEOUT NOTE: This also removes HTTP_NETWORK_TIMEOUT from the public http.h include file. It was not being used externally to HTTP client sources. Signed-off-by: Michael Scott <michael.scott@linaro.org>