Update post_mime.lua

ci skip
master
Alexey Melnichuk 2018-05-10 09:41:25 +03:00 committed by GitHub
parent 7c28904384
commit 5347756dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
local curl = require "cURL"
local null = curl.null
-- make first request
-- Documentation does not restrict use same mime with different easy handle.
-- Documentation does not restrict using the same mime with different easy handle.
-- In fact it does not mention this case at all. But in my experiments it works.
local easy = curl.easy()