-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm trying to use this in a project with an SD card. I've added some debug code and can see that sendPropResponse() is sending the data in chunks. I get the error in the attached screenshot though. In wireshark it looks like the last chunk is never sent. Even though I'm seeing it being sent in the serial monitor while running. I also tried just sending one small chunk and calling closeChunk() and I don't see any of the data come across in wireshark. This leads me to believe that the buffer is not being flushed when httpd_resp_send_chunk() in esp-idf is being called.
I'm using esp-idf 5.1.0 btw. Can someone confirm that things work for them? Or that they are having the same issue?
I'd really like to get this working. Great job on the code. It is very well thought out and easy to follow.
