Miroslav Zagorac

Results 21 comments of Miroslav Zagorac

Hello @wwyhy, thanks for the info. As for the user @roland-github , some kind of strange bug because the amount of memory that wants to be allocated is too large.....

Hello @V3N0ME, instead of 'server agent1 localhost:12345' write in the configuration 'server agent1 127.0.0.1:12345' because if you use 'localhost' then it is resolved as an ipv6 address. Best regards.

Hello @rchien, it seems to me that the problem is related to the entries 'Skip message argument' in the log. I'll take a closer look today and get back to...

Hello, alas, I forgot to answer @rchien's question.. I apologize. The problem is that the argument for "spoe-message" can only be one of the following: 'check-client-ip', 'test' and 'mirror'. He...

Hello @jvinolas, of course, it is possible to mirror to several different URLs. In order for it to work, it is necessary to add as many SPOE mirror filters in...

Hello @wwyhy, if you start the spoa-mirror program using the '-l' option, then you can see the responses of the mirror server in the log file, for example: ``` [...

Hello, to make this work, code must be added to the mir_curl_write_cb() function (which for the time being ignores all the content it receives from the mirror server).

Hello, I think that it is not suitable for streaming because spoa-mirror can send a request to the mirror url in just one step. Partial progress can be achieved by...

Hello all, as for the PUT HTTP method, it could be added. If you want you can look at the following url https://github.com/RallySoftware/spoa-mirror/tree/empty-put-body where the user @argreway solved it for...