File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " OhMyCH"
22uuid = " 27ae6650-29b9-4c69-9010-441cd8c8f06e"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44
55[deps ]
66Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -15,5 +15,5 @@ EasyCurl = "5dc68c43-2cae-45c1-9c9f-30d6e2b9e002"
1515CodecLz4 = " 0.4.5"
1616DecFP = " 1.3"
1717NanoDates = " 1.0"
18- EasyCurl = " 3.2 "
18+ EasyCurl = " 4.1 "
1919julia = " 1.8"
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ function _perform_query(
130130 accept_encoding = nothing ,
131131 )
132132 catch e
133- throw (e isa CurlError ? CHClientException (e. message) : e)
133+ throw (e isa AbstractCurlError ? CHClientException (e. message) : e)
134134 end
135135 encoding = http_header (req, " content-encoding" , nothing )
136136 iscompressed = use_compression && encoding == content_encoding (compression)
You can’t perform that action at this time.
0 commit comments