provide default empty protocol zero handler if NULL protocols in info
authorAndy Green <andy@warmcat.com>
Sun, 1 May 2016 22:58:16 +0000 (06:58 +0800)
committerAndy Green <andy@warmcat.com>
Sun, 1 May 2016 23:49:29 +0000 (07:49 +0800)
commitd5dc5dff138ec6d48e7ed326cdf84fc1cc9a4052
tree1db940757ab098967e383d4bbe56e0d8cb3d89ed
parent2f72f67a65c738e75e84405447c45a5a43e52928
provide default empty protocol zero handler if NULL protocols in info

Move the dummy stub protocol into the library as the default
if NULL protocols given, since that is likely to become popular.

Signed-off-by: Andy Green <andy@warmcat.com>
lib/context.c
test-server/test-server-v2.0.c