Transfer-Encoding: chunked

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello,

I want to create an application that communicates with our web server using the HTTP client module of WICED SDK (6.2.1).
Our web server always uses Transfer-Encoding: chunked encoding in response, but the chunked encoding is not yet implemented in the HTTP client module.

WICED-Studio-6.2/43xxx_Wi-Fi/libraries/protocols/HTTP_client/http_client.c, line 526

                    if ( strnstrn( (char*)data, fragment_available_data_length, HTTP_HEADER_CHUNKED, sizeof( HTTP_HEADER_CHUNKED ) - 1 ) )

                    {

                        //TODO : Implement code to handle chunked encoding response.

                    }

When will the chunked encoding response be implemented?

Thanks you.

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

We have escalated your query to our product development team, who will evaluate your query. Thank you for reporting this issue.

View solution in original post

0 Likes
1 Reply
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

We have escalated your query to our product development team, who will evaluate your query. Thank you for reporting this issue.

0 Likes