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

Add on_status_complete callback #173

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Commits on Jan 24, 2024

  1. Add on_status_complete callback

    on_status callback is not called for a response with a status code but
    without a reason string such as following:
    ```
    HTTP/1.1 400
    Server: nginx
    Date: Fri, 05 Jan 2024 05:25:21 GMT
    Content-Type: application/json
    Content-Length: 30
    Connection: keep-alive
    ・・・
    ```
    
    It was reported here - FreeRTOS#171
    
    Signed-off-by: Gaurav Aggarwal <[email protected]>
    aggarg committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1f91dcb View commit details
    Browse the repository at this point in the history