coreHTTP
coreHTTP copied to clipboard
coreHTTP State Access Audit
Description
CoreHTTP may rely upon state - state which may be accessible across FreeRTOS tasks. We want to verify coreHTTP is task/thread safe by ensuring that state access across FreeRTOS tasks is done so behind a synchronization mechanism.
Help is wanted to audit the repository for state which can be used outside of the CoreHTTP task/thread or functions.
This work is being tracked by the FreeRTOS team however it may not be prioritized for some time. Your help in identifying problem state variables/structures will help us in correcting these issues faster. As always, if you are able to fix the issue, we appreciate the help and will gladly look at your PR.