Silviu Caragea
Silviu Caragea
There is one big problem with the fix proposed here: `curl_setopt` called before `process_response` will reset the `curl_errno` (used in `process_response`) state. And the library will trigger an exception with...
I'm thinking that inside the request options to add: - `async` = true| false (default is `false` to work as it is now) - `reply_to` = any pid (default to...
@puzza007 I honestly inspired myself from https://github.com/lpgauth/buoy . Difference is that in buoy you get on single message at the end of the response with the response. In hackney you...
Hello, The new pool management is part of this release ? Silviu On Fri, Oct 16, 2015 at 8:35 AM, Benoit Chesneau [email protected] wrote: > thanks! I need to check...
Hello, Any news on this ? A lot of apps updated to metrics 2.x and I'm not able to use hackney because it's still using 1.x Thanks, Silviu
More or less this seems to be a hackney bug/limitation. Seems when you send a file the name is hard-coded to "file" and you cannot change it into something else....
Hello, I think adding the possibility to customize the name and file name on the existing file support [{file, ...}] support will provide developers more freedom. Silviu
I can reproduce the issue as well in IntelliJ
Hello @matehat Maybe you can take a look on the erlcass documentation and implement something similar with what datastax did (https://github.com/silviucpp/erlcass is just a wrapper in front of this). Basically...
hello guys any feedback on this ?