There is a memory probelm. I noticed if a web page size around 7000 bytes, when you start an attack and try to load the page, the web server will return a blank page.
@N0vaPixel
the web server will return a blank page
Mean this error 404 blank page
@joneroy No, nothing is returned, this mean no HTTP header and body. It's not an error 404
I minfied all the web pages and the "bug" disapeared. This prove that the memory usage is at stake.
Yes that's not really a bug, at some point you can't implement new things because the RAM is full. Do you use my minifier.html in the htmlfiles folder? I minify them first and then turn them into bytes.
@spacehuhn Yes it's really useful, i decided to use it.
@N0vaPixel
minifier.html is very useful for update the data.h
@joneroy Yes i know, i wouldn't be able to update data without byte-ify 馃樃