Re: [lwip-users] POST gets stuck after few requests.

2020-02-04 Thread Simon Goldschmidt
vysocan wrote: > Re-posting the debug since raw text was removed... If you want more people to read this, please: don't write from nabble. Instead, send a good old text-only email to the list. And ensure it's a readable length. I'm not even sure what your problem is... Thanks, Simon

Re: [lwip-users] POST gets stuck after few requests.

2020-02-04 Thread vysocan
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,

[lwip-users] POST gets stuck after few requests.

2020-02-04 Thread vysocan
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