rnburn / zipkin-cpp-opentracing

OpenTracing Tracer implementation for Zipkin in C++
Apache License 2.0
51 stars 45 forks source link

(bugfix) Return code not being checked #16

Closed ankit-varma10 closed 6 years ago

ankit-varma10 commented 6 years ago

when setting CURLOPT_ERRORBUFFER, return code was not being set correctly.

rnburn commented 6 years ago

Thanks for catching that.