U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ MT-multithreading and servers » HttpsClient problems?
HttpsClient problems? [message #27771] Tue, 03 August 2010 05:20 Go to previous 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
 
Read Message
Read Message
Previous Topic: Problem when compiling multiple threads
Next Topic: HTTP Client and file upload
Goto Forum:
  


Current Time: Thu May 07 02:14:55 GMT+2 2026

Total time taken to generate the page: 0.00654 seconds