interop notes - libwebsocket -06 close
authorPat McManus @Mozilla <mcmanus@ducksong.com>
Mon, 7 Mar 2011 06:06:36 +0000 (06:06 +0000)
committerAndy Green <andy.green@linaro.org>
Mon, 7 Mar 2011 06:06:36 +0000 (06:06 +0000)
commit2a8978feec9016ff9d5927e8c50d0a76d319e7a3
tree09eda046b0a79edc0e6c7abe11cb7aa0a565c20d
parenta047d8582dd3858d4ba3f66622a805b9d6c429cc
interop notes - libwebsocket -06 close

... this afternoon I was just doing a little
interoperability testing around close... in my test-server I added

 libwebsocket_close_and_free_session(this, wsi, LWS_CLOSE_STATUS_NORMAL);

in order to generate a server driven close.. I hope that was the right
way to go about it. In any event, in generated an invalid websocket
frame - I think you want this patch, or something like it:

Signed-off-by: \"Pat McManus @Mozilla\" <mcmanus@ducksong.com>
lib/parsers.c