libmicrohttpd

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

commit c549988da8964695316383f8fcf0dd868844ead9
parent a67363392bf0876b66dd0e109a9875f06e4ee297
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 16 May 2015 19:08:50 +0000

fix typo (#3789)

Diffstat:
Mdoc/libmicrohttpd.texi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi @@ -186,7 +186,7 @@ three processes on the same machine). Not all combinations of thread modes and event loop styles are supported. This is partially to keep the API simple, and partially because some combinations simply make no sense as others are strictly -superior. Note that the choice of style depends fist of all on the +superior. Note that the choice of style depends first of all on the application logic, and then on the performance requirements. Applications that perform a blocking operation while handling a request within the callbacks from MHD must use a thread per