Recv failure error under censorship conditions

2021-07-15 Thread Gealber Morales via curl-library
Hello there Before I start to describe the technical problem that I have I should clarify that I don't think this is a problem of cURL, but is related to it, and maybe you know the reason of the error. In case is not related to cURL, you could tell me I would understand. Ok, let me describe the

Re: QoS Level on MQTT

2021-06-28 Thread Gealber Morales via curl-library
< curl-library@cool.haxx.se> escribió: > On Mon, Jun 28, 2021 at 08:29:33PM -0400, Gealber Morales via curl-library > wrote: > > My intention is to add this option, for the publishing, in a way like > this: > > > > curl -d 95 -qos 2 mqtt://localhost:1883/curl/mqtt >

QoS Level on MQTT

2021-06-28 Thread Gealber Morales via curl-library
Hello there I was reading *doc/MQTT.md *file, and one of the limitations that I think I can fix is the next one: - Only *QoS* level 0 is implemented for publish I think I could add this functionality, but the problem is that right now there are no appropriate command line options for this case.

Re: Valgrind Suppress error, in test cases. Warning on new testcases.

2021-05-25 Thread Gealber Morales via curl-library
Here is the valgrind log file. El mar, 25 de may. de 2021 a la(s) 07:31, Gealber Morales ( gealbermora...@gmail.com) escribió: > Hello there > *Have two questions:* > > First one > When running test cases, I'm getting error from Valgrind, let me describe > the steps and also supplied the

Valgrind Suppress error, in test cases. Warning on new testcases.

2021-05-25 Thread Gealber Morales via curl-library
Hello there *Have two questions:* First one When running test cases, I'm getting error from Valgrind, let me describe the steps and also supplied the Valgrind log for one of the test. 1. Position on the folder *tests* 2. Run *./runtest.pl 1196, *for example it could be another

Re: Test cases MQTT

2021-05-24 Thread Gealber Morales via curl-library
Thanks Dan very helpful all the comments. El lun., 24 de may. de 2021 3:39 p.m., Dan Fandrich via curl-library < curl-library@cool.haxx.se> escribió: > On Mon, May 24, 2021 at 02:59:00PM -0400, Gealber Morales via curl-library > wrote: > > 1. What is the main flow that

Test cases MQTT

2021-05-24 Thread Gealber Morales via curl-library
Hello again, I managed to make one test case, but it's more an imitation of other tests than a proper understanding. I will share here part of the doubts that I have right now, I've been reading also curl test suite file format to clarify some of these

Re: PR #7117 failing, help

2021-05-23 Thread Gealber Morales via curl-library
Just find out that bzero has been deprecated, my bad El dom, 23 de may. de 2021 a la(s) 16:59, Gealber Morales (

PR #7117 failing, help

2021-05-23 Thread Gealber Morales via curl-library
Hello there, I recently made a pull request #7117 adding support for username/password for MQTT in curl. There's a lot of workflows failing, I will review them one by one, so I'll be asking here what could be the reason, so any help is welcome. On the

Re: MQTT username support

2021-05-22 Thread Gealber Morales via curl-library
Thanks Dan, I will manage in that way then. I will try to add also user: password support for MQTT. Greetings Gealber El vie., 21 de may. de 2021 7:00 p.m., Dan Fandrich via curl-library < curl-library@cool.haxx.se> escribió: > On Fri, May 21, 2021 at 05:46:40PM -0400, Gealber Morales

MQTT username support

2021-05-21 Thread Gealber Morales via curl-library
Hello there, I've been trying to add support for the use of username in the implementation of MQTT in libcurl. I think I finally succeed, anyone that can give me his/her opinion is welcome. To test the correctness of this addition I made the following: 1. Ran a container of emqx/emqx listening on