Skip to content

Commit c7c4fff

Browse files
committed
support low-level libcurl
1 parent e9d0833 commit c7c4fff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

qiniu/code.c

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#include <curl/curl.h>
22
#include "private/code.h"
33

4+
#define CURLE_WEIRD_SERVER_REPLY 8
5+
#define CURLE_HTTP2_STREAM 92
6+
#define CURLE_HTTP3 95
7+
#define CURLE_QUIC_CONNECT_ERROR 96
8+
49
Qiniu_Retry_Decision _Qiniu_Should_Retry(int code)
510
{
611
if (code / 100 == 4 && code != 406 && code != 429)

0 commit comments

Comments
 (0)