Fixing the type of the HTTP verision info to be long, not char*, as per documentation.
This commit is contained in:
parent
350346c9a8
commit
ca5ae1b09f
@ -44,7 +44,7 @@ OPT_ENTRY( rtsp_cseq_recv, RTSP_CSEQ_RECV, LNG, 0)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if LCURL_CURL_VER_GE(7,50,1)
|
#if LCURL_CURL_VER_GE(7,50,1)
|
||||||
OPT_ENTRY( http_version, HTTP_VERSION, STR, 0)
|
OPT_ENTRY( http_version, HTTP_VERSION, LNG, 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if LCURL_CURL_VER_GE(7,52,0)
|
#if LCURL_CURL_VER_GE(7,52,0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user