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

Fix pipelined HTTP client connection on freertos platform #3165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

simon0356
Copy link

Hi Andy,

I have successfully port an apps from linux platform to a freertos + lwip one.
Everything work like a charm but i only got an issue with a pipelined HTTPS Client connection.

On freertos once established i'm getting WRITEABLE callback but i didn't get the RECEIVE callback.
I have observed that calling lws_service_do_ripe_rxflow like in unix-service.c will generate a POLLIN event and fix the issue.

I didn't get the same issue on a piplined WS Client.

Is this somethings that have been done on other platform and missed on freertos ?

Thanks
Simon

Signed-off-by: stropee <stropee@deltadore.com>
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.

None yet

2 participants