Skip to content

Commit 3735522

Browse files
authored
Merge pull request #74 from moteus/master
Add. Support libcurl 7.50.1
2 parents 8aa9f70 + 528769e commit 3735522

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ shallow_clone: true
77

88
environment:
99
LUAROCKS_VER: 2.2.1
10-
CURL_VER: 7.49.0
10+
CURL_VER: 7.50.1
1111

1212
matrix:
1313
- LUA_VER: 5.1.5

src/lcinfoeasy.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ OPT_ENTRY( rtsp_server_cseq, RTSP_SERVER_CSEQ, LNG, 0)
4343
OPT_ENTRY( rtsp_cseq_recv, RTSP_CSEQ_RECV, LNG, 0)
4444
#endif
4545

46+
#if LCURL_CURL_VER_GE(7,50,1)
47+
OPT_ENTRY( http_version, HTTP_VERSION, STR, 0)
48+
#endif
49+
4650
// OPT_ENTRY( PRIVATE, void )
4751
// OPT_ENTRY( CERTINFO, struct curl_certinfo *
4852
// OPT_ENTRY( TLS_SESSION, struct curl_tlssessioninfo *

0 commit comments

Comments
 (0)