* add cookie header again (HEAD, origin/master, origin/HEAD, master)
2012-02-23 16:41:36 +0100 Georg Hopp
* optmize header search
2012-02-23 13:02:23 +0100 Georg Hopp
2012-02-23 13:02:23 +0100 Georg Hopp
* changed all string operation within header handling with fixed length mem operations, preventing multiple iterations over these strings. In theory this should improve performance in reality it seems that it is worse...CHECK WHY (HEAD, master)
* changed all string operation within header handling with fixed length mem operations, preventing multiple iterations over these strings. In theory this should improve performance in reality it seems that it is worse...CHECK WHY
2012-02-23 00:05:25 +0100 Georg Hopp
2012-02-23 00:05:25 +0100 Georg Hopp
@ -16,7 +24,7 @@
2012-02-22 12:19:40 +0100 Georg Hopp
2012-02-22 12:19:40 +0100 Georg Hopp
* fix memory problems occured with latest changes (origin/master, origin/HEAD)