GithubHelp home page GithubHelp logo

Comments (7)

ncalad avatar ncalad commented on August 21, 2024

One other thing. I removed curlcpp from the app, and instead wrapped curl in a c++ object of our own and we haven't had corruption since.

from curlcpp.

JosephP91 avatar JosephP91 commented on August 21, 2024

hi @ncalad !
I would like to reproduce the problem, but I can't. I have wrote an example function:

#include <iostream>
#include <ostream>

#include "curl_easy.h"
#include "curl_form.h"
#include "curl_ios.h"
#include "curl_exception.h"

using std::ostringstream;
using curl::curl_easy;
using curl::curl_ios;

std::string foo() {
    ostringstream str;
    curl_ios<ostringstream> writer(str);
    curl_easy easy;
    return std::string();
}

int main() {
    foo();
    return 0;
}

But I did not have any crash.

from curlcpp.

ncalad avatar ncalad commented on August 21, 2024

HI Giuseppe,

I will try to create a test program that shows the problem.

Thanks
Andy

Giuseppe wrote:

hi @ncalad https://github.com/ncalad !
I would like to reproduce the problem, but I can't. I have wrote an
example function:

|#include
#include

#include "curl_easy.h"
#include "curl_form.h"
#include "curl_ios.h"
#include "curl_exception.h"

using std::ostringstream;
using curl::curl_easy;
using curl::curl_ios;

std::string foo() {
ostringstream str;
curl_ios writer(str);
curl_easy easy;
return std::string();
}

int main() {
foo();
return 0;
}
|

But I did not have any crash.


Reply to this email directly or view it on GitHub
#71 (comment).

from curlcpp.

JosephP91 avatar JosephP91 commented on August 21, 2024

Good! I will wait for your test program. Thank you!

from curlcpp.

JosephP91 avatar JosephP91 commented on August 21, 2024

@ncalad any news about the test program?

from curlcpp.

ncalad avatar ncalad commented on August 21, 2024

We think it was a build problem and not an issue with curlcpp since it
has gone away.

-- Andy

Giuseppe wrote:

@ncalad https://github.com/ncalad any news about the test program?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#71 (comment)

from curlcpp.

JosephP91 avatar JosephP91 commented on August 21, 2024

Ok. Thank you for letting me know that :) I will close the issue since it's not related to curlcpp.

from curlcpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.