We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c28904 commit 5347756Copy full SHA for 5347756
examples/cURLv3/post_mime.lua
@@ -1,10 +1,6 @@
1
local curl = require "cURL"
2
3
-local null = curl.null
4
-
5
--- make first request
6
7
--- Documentation does not restrict use same mime with different easy handle.
+-- Documentation does not restrict using the same mime with different easy handle.
8
-- In fact it does not mention this case at all. But in my experiments it works.
9
local easy = curl.easy()
10
0 commit comments