hicklemr / rtgui

Automatically exported from code.google.com/p/rtgui
0 stars 1 forks source link

PATCH: New do_xmlrpc function based on curl #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

Due to a bug[1] in "stream_context_create()" function, I was having
problems using rtgui with Cherokee web server.

I've coded a new "do_xmlrpc" function that do the job using curl, and it
solves my problems.

If you think that it could be helpful (I hope), the patch is attached.

Thanks... ;)

[1] http://69.147.83.196/bug.php?id=43222

Original issue reported on code.google.com by skar...@gmail.com on 5 Sep 2009 at 1:00

Attachments:

GoogleCodeExporter commented 8 years ago
I can confirm the issue.

Applied the patch and now is working right.

Thanks skarcha !!

Original comment by jmayora...@gmail.com on 5 Sep 2009 at 9:42

GoogleCodeExporter commented 8 years ago
Thanks for the patch, but as far as I can see it breaks functionality of 
standard 
rtGui and introduces a dependency on cURL, so I won't be including this in the 
next 
release.

Original comment by lemonbe...@gmail.com on 14 Sep 2009 at 6:32

GoogleCodeExporter commented 8 years ago
@lemonberry:

It doesn't break anything... rtGui works fine with this patch. But it's true,
introduces a new dependency, but it's in order to provide more compatibility.

No problem anyway... Thanks for your answer. ;)

Original comment by skar...@gmail.com on 30 Sep 2009 at 7:38