aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index e89f75ed..419cf44a 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -539,7 +539,7 @@ connections).
539Enable optimizations to aggressively improve performance. 539Enable optimizations to aggressively improve performance.
540 540
541Currently, the optimizations this option enables are based on 541Currently, the optimizations this option enables are based on
542opportunistic reads and writes. Bascially, MHD will simply try to 542opportunistic reads and writes. Basically, MHD will simply try to
543read or write or accept on a socket before checking that the socket is 543read or write or accept on a socket before checking that the socket is
544ready for IO using the event loop mechanism. As the sockets are 544ready for IO using the event loop mechanism. As the sockets are
545non-blocking, this may fail (at a loss of performance), but generally 545non-blocking, this may fail (at a loss of performance), but generally
@@ -1761,7 +1761,7 @@ will be set to the timeout (in milliseconds).
1761@end table 1761@end table
1762 1762
1763Return @code{MHD_YES} on success, @code{MHD_NO} if timeouts are not used 1763Return @code{MHD_YES} on success, @code{MHD_NO} if timeouts are not used
1764(or no connections exist that would necessiate the use of a timeout 1764(or no connections exist that would necessitate the use of a timeout
1765right now). 1765right now).
1766@end deftypefun 1766@end deftypefun
1767 1767