MXS-553: Update and document the protocol API

Removed unused and properly documented all entry points in the protocol
module API. As the removal of the `session` entry point is an backwards
incompatible change, the protocol API version was updated.
This commit is contained in:
Markus Mäkelä
2018-05-18 13:01:54 +03:00
parent 66255361dc
commit cdb43335a2
8 changed files with 142 additions and 48 deletions

View File

@ -81,7 +81,6 @@ MXS_MODULE* MXS_CREATE_MODULE()
httpd_close, /**< Close */
httpd_listen, /**< Create a listener */
NULL, /**< Authentication */
NULL, /**< Session */
httpd_default_auth, /**< Default authenticator */
NULL, /**< Connection limit reached */
NULL