[curl/curl] 0daeb6: Curl_ssl_getsessionid: fail if no session cache ex...
Daniel Stenberg <[email protected]> Mon, 31 May 2021 06:33:48 -0700
| Newsgroups | gmane.comp.web.curl.cvs |
|---|---|
| Message-ID | <curl/curl/push/refs/heads/bagder/fix-7148/[email protected]> |
Branch: refs/heads/bagder/fix-7148
Home: https://github.com/curl/curl
Commit: 0daeb68d81cc16a4590fe63c6d5ea084af6e39dd
https://github.com/curl/curl/commit/0daeb68d81cc16a4590fe63c6d5ea084af6e39dd
Author: Daniel Stenberg <[email protected]>
Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
M lib/vtls/vtls.c
Log Message:
-----------
Curl_ssl_getsessionid: fail if no session cache exists
This function might get called for an easy handle for which the session
cache hasn't been setup. It now just returns a "miss" in that case.
Fixes #7148
Commit: 0a8f781c0fd994c0fad4570ba32ffc192cd83164
https://github.com/curl/curl/commit/0a8f781c0fd994c0fad4570ba32ffc192cd83164
Author: Daniel Stenberg <[email protected]>
Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
M lib/http2.c
Log Message:
-----------
http2: init recvbuf struct for pushed streams
Debug builds would warn that these structs were not initialized properly
for pushed streams.
Ref: #7148
Compare: https://github.com/curl/curl/compare/0daeb68d81cc%5E...0a8f781c0fd9
_______________________________________________
curl-commits mailing list
[email protected]
https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits