esp-tls: Fix HTTP2 failure

Closes https://github.com/espressif/esp-idf/issues/1874
This commit is contained in:
Jitin George
2018-04-20 10:50:38 +05:30
parent c32ccf7abb
commit d57495cb1c
4 changed files with 12 additions and 3 deletions

View File

@@ -34,7 +34,6 @@
*/
struct sh2lib_handle {
nghttp2_session *http2_sess; /*!< Pointer to the HTTP2 session handle */
int sockfd; /*!< Socket file descriptor */
char *hostname; /*!< The hostname we are connected to */
struct esp_tls *http2_tls; /*!< Pointer to the TLS session handle */
};