Subject: Direct extension confirmation to the negotiated protocol's callback
authoremptyVoid <emptyVoid@users.noreply.github.com>
Sat, 27 May 2017 15:51:58 +0000 (22:51 +0700)
committerAndy Green <andy@warmcat.com>
Mon, 29 May 2017 00:30:26 +0000 (08:30 +0800)
commit348887ea539715c45fdfc0331574645c084e7f4e
treee2908b79f2c8bf1b51a350f9146db64ea3b953f0
parent3ec32b1762e4d989fbb1ba84707774e829aaae9e
Subject: Direct extension confirmation to the negotiated protocol's callback

Fixes #897

Notice this means if you want to globally ban an extension, you should
no longer include the extension at context creation time.
lib/libwebsockets.h
lib/server-handshake.c
test-server/test-echo.c