ulri-me
Results
1
issues of
ulri-me
Dear WizNet developers, I think I found a code bug in file [Internet/httpServer/httpServer.c ](https://github.com/Wiznet/ioLibrary_Driver/blob/master/Internet/httpServer/httpServer.c#L149) at line 149 onwards: ``` if ((len = getSn_RX_RSR(s)) > 0) { if (len > DATA_BUF_SIZE)...