We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d0833 commit c7c4fffCopy full SHA for c7c4fff
qiniu/code.c
@@ -1,6 +1,11 @@
1
#include <curl/curl.h>
2
#include "private/code.h"
3
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
+
9
Qiniu_Retry_Decision _Qiniu_Should_Retry(int code)
10
{
11
if (code / 100 == 4 && code != 406 && code != 429)
0 commit comments