Search found 4 matches

by Amile
Sun Apr 28, 2019 3:42 am
Forum: General plugin questions
Topic: hurl: getting easy handle from multi:InfoRead()
Replies: 3
Views: 5106

Re: hurl: getting easy handle from multi:InfoRead()

i read further into this topic, consulted the documentation of pycurl and even luacurl Python: num_q, ok_list, err_list = m.info_read() remaining, tuple of successful handles and a list of failed handles alongside with errorcode Lua: e, ok, err = m:info_read(true) handle, status and errormessage In ...
by Amile
Sat Apr 20, 2019 12:40 pm
Forum: General plugin questions
Topic: hurl: getting easy handle from multi:InfoRead()
Replies: 3
Views: 5106

hurl: getting easy handle from multi:InfoRead()

Hello, i'am just reading the hurl documentation and compare it with the c api docs from libcurl to gain further insights how to use the plugin. What i still don't understand is, how do you retrieve the easy handle from the result of multi:InfoRead() msg, result, remaining = multi:InfoRead() I can id...
by Amile
Mon Sep 28, 2015 12:54 am
Forum: General plugin questions
Topic: LoadBrush() with http.streamer plugin
Replies: 1
Views: 4044

LoadBrush() with http.streamer plugin

First, thank you for the new http.streamer plugin. The announcement sounds really promising. Unfortunatily there is nearly no documentation by now. But i gave it a try. In my script, i calculate the url for several files, fetch them with DownloadFile(), load them with LoadBrush() and display them wi...
by Amile
Tue Oct 02, 2012 6:22 pm
Forum: General programming
Topic: Linux users: post your glibc version here
Replies: 7
Views: 9224

Re: Linux users: post your glibc version here

This is mine (Ubuntu 12.04) $ ldd --version ldd (Ubuntu EGLIBC 2.15-0ubuntu10) 2.15 Copyright © 2012 Free Software Foundation, Inc. Dies ist freie Software; in den Quellen befinden sich die Lizenzbedingungen. Es gibt KEINERLEI Garantie; nicht einmal für die TAUGLICHKEIT oder VERWENDBARKEIT FÜR EINEN...