gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: Fix for ee18f2421ad86fae7c6017cf9


From: gnunet
Subject: [libmicrohttpd] branch master updated: Fix for ee18f2421ad86fae7c6017cf9fbe28c7080e7690
Date: Thu, 29 Oct 2020 17:33:53 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new a3b6d06f Fix for ee18f2421ad86fae7c6017cf9fbe28c7080e7690
a3b6d06f is described below

commit a3b6d06f3270b3a237250f8e35abd862adf11e4a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Oct 29 19:26:23 2020 +0300

    Fix for ee18f2421ad86fae7c6017cf9fbe28c7080e7690
---
 src/examples/websocket_threaded_example.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/websocket_threaded_example.c 
b/src/examples/websocket_threaded_example.c
index 8d99e1f7..b6f9cee9 100644
--- a/src/examples/websocket_threaded_example.c
+++ b/src/examples/websocket_threaded_example.c
@@ -853,7 +853,7 @@ ahc_cb (void *cls, struct MHD_Connection *con, const char 
*url,
     con, MHD_HEADER_KIND,
     MHD_HTTP_HEADER_SEC_WEBSOCKET_KEY,
     strlen (MHD_HTTP_HEADER_SEC_WEBSOCKET_KEY),
-    ws_key_header, &key_size);
+    &ws_key_header, &key_size);
   if ((MHD_NO == ret) || (key_size != WS_KEY_LEN))
   {
     return send_bad_request (con);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]