coreHTTP icon indicating copy to clipboard operation
coreHTTP copied to clipboard

Client implementation of a subset of HTTP 1.1 protocol designed for embedded devices.

Results 8 coreHTTP issues
Sort by recently updated
recently updated
newest added

I am using coreHTTP v3.0.0 to communicate with an HTTP/1.1 server that does not include a Content-Length header nor uses chunked transfer encoding. In this case, the server tells the...

enhancement
help wanted

### 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...

help wanted

Remove macro-defined string constants that are used in a limited number of places or are obvious.

Fix gcc warnings in http_parser and core_http_client.c. Update ci.yml to use the latest ubuntu image and -Werror and -fsanitize.

Description ----------- This will make proofs use the latest stable release of CBMC. Test Steps ----------- Tested in CI. Checklist: ---------- - [ ] I have tested my changes. No...

Description ----------- With CBMC v6, unwinding assertions are enabled by default, and object bits no longer need to be set at compile time. Update various build rules to use the...