Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo free header after send #96

Closed
wants to merge 2 commits into from
Closed

Undo free header after send #96

wants to merge 2 commits into from

Conversation

dzungpv
Copy link
Contributor

@dzungpv dzungpv commented May 30, 2024

The problem cause lost custom header and cookie not set with the bug fix:

for (HTTPHeader header : _headers)

I have problem with the login base cookie and captivate portal not open in iPhone with the fix for memory in in PsychicResponse::sendHeaders(), delete code free header it working normal, So better we investigate further by undo it . I log the header when app running and see you are not using

class DefaultHeaders {
.

We can also persistent headers/cookies bu not using malloc, use native Arduino String or c++ std::string is other option.

@hoeken
Copy link
Owner

hoeken commented Aug 7, 2024

Fixed in b17d8cc

@hoeken hoeken closed this Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants