Skip to content

User post handler not being called #2

@sramrajkar

Description

@sramrajkar

Can you please take a look at the post handling for this lib. I see the following line always return.

if(offset == NULL)

I tried sending /r/n as delimiters as well but eventually, it fails at this line and never transitioned to state_HandlePostHeaderComplete.
Another observation after adding /r/n as delimiters was that this function runs a few times but eventually returns from this line with client->rx_size being zero.
The platform used is ESP32S3 and IDF version v5.1 and v5.2. The library is added as a managed component from within vscode.
Post was tested using curl and python on Windows and monitored using Wireshark. Things look ok there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions