From ed334463e8a5350891ae18b638fb498b6d75f67f Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 7 Feb 2013 21:14:33 +0800 Subject: [PATCH] changelog header lifecycle Signed-off-by: Andy Green --- changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog b/changelog index 9a6ab157..cc4fee41 100644 --- a/changelog +++ b/changelog @@ -11,6 +11,15 @@ User api additions and the git HEAD hash the library was built from +User api changes +---------------- + + - Header tokens are now deleted after the websocket connection is + established. Not just the header data is saved, but the pointer and length + array is also removed from (union) scope saving several hundred bytes per + connection once it is established + + New features ------------