4 Commits

Author SHA1 Message Date
Alexey Melnichuk
9127efffc2 Speedup test. 2014-09-10 13:21:28 +05:00
Alexey Melnichuk
05272ea096 Fix. Easy cleanup unref wrong reference
Fix. Read buffer use size_t as offset
Change. Use httpbin.org as test server

```Lua
-- Test case for easy:close()
form = curl.form()
e = curl.easy{httpheader = {}}
e:close()
form:free()
```
2014-09-07 11:21:54 +04:00
Alexey Melnichuk
5cf2f412af Add. pause examples. 2014-09-05 13:15:59 +05:00
Alexey Melnichuk
4a0fbd4095 Add. easy:pause() method 2014-09-05 11:29:08 +05:00