mirror of
https://github.com/curl/curl.git
synced 2026-08-04 05:49:59 +03:00
http2: Add Curl_http2_strerror for HTTP/2 error codes
Ref: https://github.com/curl/curl/issues/659 Ref: https://github.com/curl/curl/pull/663
This commit is contained in:
parent
a89a211ed8
commit
b71bc694c8
2 changed files with 39 additions and 4 deletions
|
|
@ -37,6 +37,8 @@
|
|||
*/
|
||||
int Curl_http2_ver(char *p, size_t len);
|
||||
|
||||
const char *Curl_http2_strerror(uint32_t err);
|
||||
|
||||
CURLcode Curl_http2_init(struct connectdata *conn);
|
||||
void Curl_http2_init_state(struct UrlState *state);
|
||||
void Curl_http2_init_userset(struct UserDefined *set);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue