Re-posting the debug since raw text was removed...
I have turn on the debugging messages and receiving following for good POST:
/etharp_timer
ethernet_input: dest:C2:AF:51:3:CF:46, src:AC:22:B:4F:46:93, type:800
ethernet_output: sending packet p
ethernet_input: dest:C2:AF:51:3:CF:46, src:AC:22:B:4
I'm bit new to lwip, and I'm using it on STM32407 with ChibiOS which is RTOS.
I'm using current stable version of lwip and bindings form ChibiOS to run it
as threads. My static and also dynamically generated html pages are served
well and without any issues. But I have problem with POST. I use the
My observation is that httpd_post_receive_data is called for each received
packet until content_len for this connection is reached. Then the
httpd_post_finished is called for application to finalize.
--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html