libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 9733f301ca5a33958affc0ba3dd3e31967c2733a
parent f28b92fb812f74a835a785d3eb0397c6e0176029
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 14 Jun 2017 10:43:01 +0200

typo

Diffstat:
Mdoc/chapters/hellobrowser.inc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/chapters/hellobrowser.inc b/doc/chapters/hellobrowser.inc @@ -29,7 +29,7 @@ The function we are going to write now will be called by @emph{GNU libmicrohttpd appropriate request comes in. While the name of this callback function is arbitrary, its parameter list has to follow a certain layout. So please, ignore the lot of parameters for now, they will be explained at the point they are needed. We have to use only one of them, -@code{struct MHD_Connection *connection}, for the minimalistic functionality we want to archive at the moment. +@code{struct MHD_Connection *connection}, for the minimalistic functionality we want to achieve at the moment. This parameter is set by the @emph{libmicrohttpd} daemon and holds the necessary information to relate the call with a certain connection. Keep in mind that a server might have to satisfy hundreds