-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Handle OOM situations #3325
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
base: master
Are you sure you want to change the base?
Handle OOM situations #3325
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no change to mg_vprintf() in net.c - is that intentional ?
That's already been merged after testing, since you suggested it I assumed you'd approve it. Lines 10 to 20 in b3b73f4
|
|
@scaprile should we kill this PR ? |
@cpq No, this PR handles everything else not printing, particularly lots of actions in TLS. Without this PR, we may send malformed TLS records or MQTT messages or even HTTP requests/responses under OOM conditions. |
No description provided.