Loading lib/http.c +2 −0 Original line number Diff line number Diff line Loading @@ -3063,6 +3063,8 @@ checkprotoprefix(struct SessionHandle *data, struct connectdata *conn, #ifndef CURL_DISABLE_RTSP if(conn->protocol & PROT_RTSP) return checkrtspprefix(data, s); #else (void)conn; #endif /* CURL_DISABLE_RTSP */ return checkhttpprefix(data, s); Loading Loading
lib/http.c +2 −0 Original line number Diff line number Diff line Loading @@ -3063,6 +3063,8 @@ checkprotoprefix(struct SessionHandle *data, struct connectdata *conn, #ifndef CURL_DISABLE_RTSP if(conn->protocol & PROT_RTSP) return checkrtspprefix(data, s); #else (void)conn; #endif /* CURL_DISABLE_RTSP */ return checkhttpprefix(data, s); Loading