FredGarcia / rolling-curl

Automatically exported from code.google.com/p/rolling-curl
0 stars 0 forks source link

per-request callback #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

This isn't an issue, more of a feature request. I think it'd be very handy
to be able to set the callback function on a per-request basis, rather than
one callback for all requests. Could you gus possibly have a think about
making such a change?

thank you

Original issue reported on code.google.com by koop...@gmail.com on 23 Feb 2010 at 12:57

GoogleCodeExporter commented 8 years ago
Hi again,

nevermind .. I wanted this functionality because I needed to pass along a small 
bit
of data with each request that was unique to that request, and which I could 
use with
the callback function.

I'm using CURLOPT_PRIVATE and CURLINFO_PRIVATE to achieve this instead.

Thank you!

Original comment by koop...@gmail.com on 1 Mar 2010 at 11:54

GoogleCodeExporter commented 8 years ago

Original comment by alexander.makarow on 4 Mar 2010 at 3:24