http3: make connection reuse work

Closes #4204
This commit is contained in:
Daniel Stenberg 2019-08-08 23:13:57 +02:00
parent 4570c22c57
commit db061571ef
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 87 additions and 47 deletions

View file

@ -51,6 +51,8 @@ timediff_t Curl_timeleft(struct Curl_easy *data,
curl_socket_t Curl_getconnectinfo(struct Curl_easy *data,
struct connectdata **connp);
bool Curl_addr2string(struct sockaddr *sa, char *addr, long *port);
/*
* Check if a connection seems to be alive.
*/