-
…s based on stings i created this generic hash class and use it to store the header right now. In future it will also be used to store cookie, get and post vars
-
…d write methods for the given stream type. This is implemented as prerequesite for the SSL implemented
-
…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.
-
…and -2 es error indicator in my server and fixed caculation of remainig buffer size in reader
-
…ould be possible to implement a stream writer for images