autobahn reject on reserved opcode or bits
authorAndy Green <andy.green@linaro.org>
Mon, 28 Dec 2015 06:12:10 +0000 (14:12 +0800)
committerAndy Green <andy.green@linaro.org>
Mon, 28 Dec 2015 12:53:43 +0000 (20:53 +0800)
commitf05167dee6fa077a5d9ce5a47671dcfd9da86d09
tree359da7b2a49336c66e0b30c23fb26a39a7900b7d
parentd5be3bf74978f143f90e93733826e95e44930454
autobahn reject on reserved opcode or bits

Because extensions may use them, we didn't reject on reserved opc or bits set,
just ignored.  But the standard does say we should, so now we do.

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/client-parser.c