-
… can see that it is realy an internal state of the server
-
…est or a response message dependent on the initial message line (version first or last). TODO change constructor of response to use a len parameter for the reason
-
…ions, preventing multiple iterations over these strings. In theory this should improve performance in reality it seems that it is worse...CHECK WHY
-
…lues for one id possible. Additionally added a jquery action that delivers the jquery java script and use it on the me action
-
…effectively freeing all resources. ATTENTION: now the destructor has to be aware that it might be called with a not completely initialized object. To make this more ease there is the FREE makro with the corresponding ffree that does NULL pointer checking and the destructor checks for NULL pointer too. Additionally the handle_accept now handles _SC_OPEN_MAX - 10 connections. The 10 are reserved for internal usage.
-
…e values will be shown in the me action
-
…\'echo -en "GET / HTTP\r\nConn" | nc -w 600 localhost 11212\' and then doing requests from my browser. @TODO: cleanup those stuff, check if a not correctly response reading would block the server.