libmicrohttpd

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

commit 067628c6f7aa308dbe88ea54ec161e4eedfdb6c5
parent d8ea84fd6dfa35ca125ea61d47a35835f32bdd0a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 20 Aug 2021 21:28:59 +0200

-fix typo

Diffstat:
Msrc/microhttpd/connection.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -1873,7 +1873,7 @@ build_header_response (struct MHD_Connection *connection) { use_conn_close = false; /* As "Keep-Alive" is default for HTTP/1.1, add "Connection: keep-alive" - * header only if explicitly requested by app (by using reponse flag), + * header only if explicitly requested by app (by using response flag), * if request is HTTP/1.0 or if reply is HTTP/1.0. */ if ((0 != (r->flags & MHD_RF_SEND_KEEP_ALIVE_HEADER)) || (MHD_HTTP_VER_1_0 == c->http_ver) ||