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

printf() can not handle a argument of type va_list. #697

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

BlueAndi
Copy link

@BlueAndi BlueAndi commented Feb 3, 2020

This bugfix is for AsyncWebSocket::printf() and AsyncWebSocket::printf_P().
#695
#56

@sfranzyshen
Copy link

Thank you @BlueAndi !!

BlueAndi and others added 18 commits April 3, 2020 21:15
In at least two places in the code, the response object is evaluated
on whether it has finished sending data to the client. If the response
has already finished, or enters the finished state after sending data,
the underlying socket should not be left open. Failure to close the
socket in these scenarios cause the remote client to timeout expecting
more data unless it closes the connection on its own.

Fixes: me-no-dev#802
…finished-pull-try1

Explicitly close socket after response has entered finished state
Fix duplicated number of fragmented frames
…r appeared in case it was defined in the platformio.ini
Preparation for arduino 2.x
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.

4 participants