add support for SNI

This commit is contained in:
Christian Grothoff
2013-12-21 16:28:54 +00:00
parent 00a9277f49
commit 9889fd9eee
14 changed files with 700 additions and 102 deletions
+9 -9
View File
@@ -1,10 +1,10 @@
\input texinfo @c -*-texinfo-*-
@finalout
@setfilename libmicrohttpd-tutorial.info
@set UPDATED 17 July 2012
@set UPDATED-MONTH July 2012
@set EDITION 0.9.22
@set VERSION 0.9.22
@set UPDATED 17 November 2013
@set UPDATED-MONTH November 2013
@set EDITION 0.9.23
@set VERSION 0.9.23
@settitle A tutorial for GNU libmicrohttpd
@c Unify all the indices into concept index.
@syncodeindex fn cp
@@ -20,11 +20,11 @@
@copying
This tutorial documents GNU libmicrohttpd version @value{VERSION}, last
updated @value{UPDATED}.
updated @value{UPDATED}.
Copyright (c) 2008 Sebastian Gerhardt.
Copyright (c) 2010, 2011, 2012 Christian Grothoff.
Copyright (c) 2010, 2011, 2012, 2013 Christian Grothoff.
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
@@ -56,7 +56,7 @@ Free Documentation License".
@node Top
@top A Tutorial for GNU libmicrohttpd
@insertcopying
@end ifnottex
@end ifnottex
@menu
* Introduction::
@@ -97,8 +97,8 @@ Free Documentation License".
@chapter Processing POST data
@include chapters/processingpost.inc
@node Improved processing of POST data
@chapter Improved processing of POST data
@node Improved processing of POST data
@chapter Improved processing of POST data
@include chapters/largerpost.inc
@node Session management