trace 22 fix zero length close from client 53/3153/1
authorAndy Green <andy.green@linaro.org>
Thu, 28 Feb 2013 09:11:29 +0000 (17:11 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:38 +0000 (13:01 -0800)
commit0cec60efdaaa435ba07a747932c0f8c501bb8874
treed74ba24076ba2c55787edcefb40cfda9e83c5206
parentce69e8d3bd97e8c49dc09841d6af1d270e3ea5f0
trace 22 fix zero length close from client

close() from javascript api in Chrome and Firefox doesn't do the
right thing.  It's because the payload is zero-length (with a frame
key...)  This fixes it.

Reported-by: 巫书轶
Signed-off-by: Andy Green <andy.green@linaro.org>
lib/parsers.c