Why is cURL returning “additional stuff not fine”?

后端 未结 3 672
广开言路
广开言路 2021-01-17 07:53

I am writing a Python application that queries social media APIs via cURL. Most of the different servers I query (Google+, Reddit, Twitter, Facebook, others) have cURL compl

3条回答
  •  感情败类
    2021-01-17 08:29

    confirming

    A bug in curl, or the way you're using it.

    Systen info: Linux alt 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+deb7u1 x86_64 GNU/Linux

    I've updated curl library, and continuous messages (which were caught on twitter rest api testing)

    • additional stuff not fine transfer.c:1037: 0 0

    have disappeared

    my newly updated curl --version data

    $ curl -V

    curl 7.38.0 (x86_64-pc-linux-gnu) libcurl/7.38.0 OpenSSL/1.0.1e zlib/1.2.7 libidn/1.25 libssh2/1.4.3 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp Features: AsynchDNS IDN IPv6 Largefile GSS-API SPNEGO NTLM NTLM_WB SSL libz TLS-SRP

提交回复
热议问题