I’m porting a program for M5Stack to Wio Terminal.
I noticed that connection doesn’t close at some cases.
This is a simple test program for this issue.
This programs is simple webserver. It has two entry point “/hello” and “/hello-many”.
“/hello” works in both (M5Stack and Wio Terminal).
But, “/hello-many” is not.
Server doesn’t close connection in the case of Wio Terminal.
Is it bug? How to deal with this?