Hi to all,
i've made a simple webserver with Arduino_uip library + Enc28J60 and all works great.
I've noticed only a case that let the webserver to freeze:
when the client ask for something and it lost connection, the webserver receive the request and tries to send a response, but it doesnt reach the client so it hangs on response and ihave to reset the board.
Anybody can help me?
Thank You!