Skip to content

Commit 5347756

Browse files
authored
Update post_mime.lua
ci skip
1 parent 7c28904 commit 5347756

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/cURLv3/post_mime.lua

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
local curl = require "cURL"
22

3-
local null = curl.null
4-
5-
-- make first request
6-
7-
-- Documentation does not restrict use same mime with different easy handle.
3+
-- Documentation does not restrict using the same mime with different easy handle.
84
-- In fact it does not mention this case at all. But in my experiments it works.
95
local easy = curl.easy()
106

0 commit comments

Comments
 (0)