Replies: 1 comment 1 reply
-
It is possible that a peer sends larger / more certificates during a request, as its chain, and therefore make You can also use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@AnthonyGrondin @ivmarkov wonder if you could help with the question below -
I developed an open source application that's in use by quite a few people. They deploy it by flashing firmware (not building), everyone on the same device, so it's practically exactly the same on all devices.
as part of the application run, it goes out to an external URL (on github) and fetch a small file. All go to the exact same URL and get the same file.
On one device for one person (at least only one I know of) the request fails on
esp-mbedtls
error 0x7f00 which is a failure to allocate memory. Based on what the user who use that application it happens when the device is at exactly the same state as other devices (so same configuration, after only flashing and setting wifi information).The question is - could there be different memory usage under certain network condition that would cause the connection take more memory than in other scenarios?
Specifically I'm using
edge-http
and it is at theinitiate_request
stage.Beta Was this translation helpful? Give feedback.
All reactions