cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-852620 ] Curl output truncated

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 02 Dec 2003 06:10:39 -0800

Bugs item #852620, was opened at 2003-12-02 06:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=852620&group_id=976

Category: libcurl
Group: wrong content
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: Curl output truncated

Initial Comment:
curl 7.10.8 (sparc-sun-solaris2.8) libcurl/7.10.8
OpenSSL/0.9.6k ipv6 zlib/1.1.3

php 4.3.4 (cli)

-------------

Using the PHP 'cookiejar example' to download a secured
SSL page, I get a truncated output from curl_exec of
7889 (without headers) bytes, 8350 with headers.

Using either:
    ...
    curl_setopt($ch, CURLOPT_RETURNTRANSFER,1)
    $buf = curl_exec($ch);
or using
    ...
    ob_start(); curl_exec($ch); $buf = ob_get_contents();
  
returns the same truncated page content.
This is a solaris 8 box so I would be interested if
anyone else has seen the same on a different OS.

Thanks,

Howard Smith
hsmith3_at_nd.edu

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=852620&group_id=976

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
Received on 2003-12-02