Skip to content

Instantly share code, notes, and snippets.

@slyphon
Created October 3, 2009 05:38
Show Gist options
  • Save slyphon/200421 to your computer and use it in GitHub Desktop.
Save slyphon/200421 to your computer and use it in GitHub Desktop.
slyphon@lumpygravy:~/dev/curl-ffi (master)
[20091003-01.37.34]$ ruby -Ilib -rcurl_ffi -e 'easy = CurlFFI::Easy.new'
/opt/case_sense/git/dev/curl-ffi/lib/curl_ffi/core.rb:109:in `raise_curl_errno!': A libcurl function was given a bad argument (CurlFFI::CurlFFIError)
from /opt/case_sense/git/dev/curl-ffi/lib/curl_ffi/core.rb:104:in `assert_zero'
from /opt/case_sense/git/dev/curl-ffi/lib/curl_ffi/core.rb:82:in `setwritefunc'
from /opt/case_sense/git/dev/curl-ffi/lib/curl_ffi/easy.rb:53:in `on_body'
from /opt/case_sense/git/dev/curl-ffi/lib/curl_ffi/easy.rb:35:in `initialize'
from -e:1:in `new'
from -e:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment