libhttpserver
libhttpserver copied to clipboard
Correct HeaderBuffer logic
The functionality/ownership of this seems like a hack
An option is to create a fixed size buffer on the stack instead of the heap
Probably best to implement HeaderBuffer based on Stream