stat: report clat stats on a per priority granularity
[fio.git] / engines / http.c
index 7a61b132b92bd72b94ebdc9915e311235b53fc56..35c44871da636b79f77545c078ff5ca3da1a8d8f 100644 (file)
@@ -297,10 +297,9 @@ static int _curl_trace(CURL *handle, curl_infotype type,
        switch (type) {
        case CURLINFO_TEXT:
                fprintf(stderr, "== Info: %s", data);
-               /* fall through */
+               fallthrough;
        default:
        case CURLINFO_SSL_DATA_OUT:
-               /* fall through */
        case CURLINFO_SSL_DATA_IN:
                return 0;