libcurl-nghttp2-mbedtls-ios icon indicating copy to clipboard operation
libcurl-nghttp2-mbedtls-ios copied to clipboard

http2 serverpush

Open muyushifang07 opened this issue 6 years ago • 0 comments

http2 status 500 时,会崩溃 switch(rc) { case -1: /* select error / break; case 0: default: / timeout or readable/writable sockets */ // 此处服务端返回500 时会崩溃 curl_multi_perform(multi_handle, &still_running);

            break;
    }

muyushifang07 avatar Mar 04 '19 12:03 muyushifang07