Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » HttpsClient problems?
HttpsClient problems? [message #27771] Tue, 03 August 2010 05:20 Go to next message
jeremy_c is currently offline  jeremy_c
Messages: 175
Registered: August 2007
Location: Ohio, USA
Experienced Member
I have this simple program:
#include <Core/Core.h>
#include <Web/SSL/WebSSL.h>
using namespace Upp;

CONSOLE_APP_MAIN
{
	HttpsClient c;
	c.Trace();
	c.URL("https://www.pcisecuritystandards.org/");
	SaveFile("hello.txt", c.ExecuteRedirect());
}


When I run it, the console prints:

Heap leaks detected!

and hello.txt is 0 bytes.

Any thoughts on why this would be? I am on Linux (debian based, CrunchBang Linux --- made for netbooks).

Thanks,

Jeremy
Re: HttpsClient problems? [message #27774 is a reply to message #27771] Tue, 03 August 2010 10:38 Go to previous message
andrei_natanael is currently offline  andrei_natanael
Messages: 262
Registered: January 2009
Experienced Member
Hello Jeremy,

I think your problems are related to WebSSL, see this thread for more infos.

Andrei
Previous Topic: Problem when compiling multiple threads
Next Topic: HTTP Client and file upload
Goto Forum:
  


Current Time: Wed Apr 24 21:53:47 CEST 2024

Total time taken to generate the page: 0.05711 seconds