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

Conversation

aggarg
Copy link
Member

@aggarg aggarg commented Jan 24, 2024

Description

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

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

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 aggarg merged commit dc94df0 into FreeRTOS:main Jan 24, 2024
11 checks passed
@aggarg aggarg deleted the on_status_complete_cb branch January 24, 2024 17:40
@chinglee-iot chinglee-iot mentioned this pull request May 1, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants