Skip to content

Commit ca5ae1b

Browse files
committed
Fixing the type of the HTTP verision info to be long, not char*, as per documentation.
1 parent 350346c commit ca5ae1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lcinfoeasy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ OPT_ENTRY( rtsp_cseq_recv, RTSP_CSEQ_RECV, LNG, 0)
4444
#endif
4545

4646
#if LCURL_CURL_VER_GE(7,50,1)
47-
OPT_ENTRY( http_version, HTTP_VERSION, STR, 0)
47+
OPT_ENTRY( http_version, HTTP_VERSION, LNG, 0)
4848
#endif
4949

5050
#if LCURL_CURL_VER_GE(7,52,0)

0 commit comments

Comments
 (0)