Merge branch 'insp20' into master.

This commit is contained in:
Peter Powell 2018-08-15 16:00:25 +01:00
commit b2ac8cc0a6

View File

@ -349,6 +349,7 @@ class HttpServerSocket : public BufferedSocket, public Timer, public insp::intru
{
SendHeaders(n->str().length(), response, *hheaders);
WriteData(n->str());
Close();
}
void AddToCull()