Skip to content

Commit

Permalink
Update src/Curl/Multi.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski authored Nov 3, 2021
1 parent 953ae49 commit c74873d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Curl/Multi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function stoptimer!(multi::Multi)
t = multi.timer
if t !== nothing
multi.timer = nothing
close(t) # stop grace timer
close(t)
end
nothing
end
Expand Down

0 comments on commit c74873d

Please sign in to comment.