commit | 5cc4ef78d3a7ce3656433f916f75eb9c106b9e82 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Oct 26 10:03:33 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Oct 31 09:54:39 2017 +0200 |
tree | 37345df526b822d47c81db2c2402bf11dd1f0a0f | |
parent | 882f4762938481c2c39a003bd4d4b85b5dcda5d5 [diff] |
net: app: TLS client handling issue when server closes connection The client TLS code did not handle server issued close properly. Now the connection is terminated properly and TLS thread is left up to wait more requests from the user. This commits adds new boolean field to net_app context. Because there are already multiple boolean flags there, convert them all to bitfields to save space. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>