From 8129c30f69a40ba38afb359a2cd20dc0c1bce178 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 9 Sep 2011 08:10:34 -0500 Subject: [PATCH] Reviewed more code and added todos to readme --- readme.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index dbc4fdf03b..919bef6659 100644 --- a/readme.txt +++ b/readme.txt @@ -70,18 +70,21 @@ Build tested on - Fedora 15, gcc 4.6, boost 1.46 - Ubunutu server, gcc, boost 1.42 - - Outstanding issues - Acknowledgement details - Add license information to each file - Subprotocol negotiation interface -- check draft 13 issues +- check draft 14 issues - session.cpp - add_header. Decide what should happen with multiple calls to add header with the same key - multiple headers of the same value - Better exception model - closing handshake reason/ error codes? +- tests for opening/closing handshake +- tests for utf8 +- utf8 streaming validation +- more easily configurable frame size limit +- Better system of handling server wide defaults (like hosts, frame limits, etc) To check - double check bugs in autobahn (sending wrong localhost:9000 header) not