[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 248/335: WIP-5 fixes-2
From: |
gnunet |
Subject: |
[libmicrohttpd] 248/335: WIP-5 fixes-2 |
Date: |
Sat, 27 Jul 2024 22:02:24 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.
commit c6d4f8d98ee01c084ccf6d9cfbe309b638264d54
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Jul 21 07:48:26 2024 +0200
WIP-5 fixes-2
---
src/mhd2/stream_funcs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mhd2/stream_funcs.c b/src/mhd2/stream_funcs.c
index 040e9cb0..5951d80e 100644
--- a/src/mhd2/stream_funcs.c
+++ b/src/mhd2/stream_funcs.c
@@ -864,7 +864,7 @@ mhd_conn_pre_clean (struct MHD_Connection *restrict c)
c->socket_fd,
&event))
{
- mhd_LOG_MSG (daemon, MHD_SC_EPOLL_CTL_REMOVE_FAILED,
+ mhd_LOG_MSG (c->daemon, MHD_SC_EPOLL_CTL_REMOVE_FAILED,
"Failed to remove connection socket from epoll.");
}
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 237/335: GNU/Linux fixes-3, (continued)
- [libmicrohttpd] 237/335: GNU/Linux fixes-3, gnunet, 2024/07/27
- [libmicrohttpd] 236/335: More GNU/Linux fixes, gnunet, 2024/07/27
- [libmicrohttpd] 251/335: Implemented MHD_daemon_get_info_fixed_sz(), gnunet, 2024/07/27
- [libmicrohttpd] 246/335: WIP-5, gnunet, 2024/07/27
- [libmicrohttpd] 224/335: Minor update, gnunet, 2024/07/27
- [libmicrohttpd] 253/335: fix issues in test logic, gnunet, 2024/07/27
- [libmicrohttpd] 240/335: more example test code, gnunet, 2024/07/27
- [libmicrohttpd] 254/335: Fixed GET parameters parsing, gnunet, 2024/07/27
- [libmicrohttpd] 239/335: first test against test framework, gnunet, 2024/07/27
- [libmicrohttpd] 241/335: WIP-3, gnunet, 2024/07/27
- [libmicrohttpd] 248/335: WIP-5 fixes-2,
gnunet <=
- [libmicrohttpd] 244/335: microhttpd2.h: improved URI and termination callbacks and related data, gnunet, 2024/07/27
- [libmicrohttpd] 252/335: expand test suite, gnunet, 2024/07/27
- [libmicrohttpd] 260/335: Copy-paste & merge errors clean-up, gnunet, 2024/07/27
- [libmicrohttpd] 247/335: WIP-5 fixes, gnunet, 2024/07/27
- [libmicrohttpd] 261/335: split up convenience API, gnunet, 2024/07/27
- [libmicrohttpd] 250/335: fix shadowing, gnunet, 2024/07/27
- [libmicrohttpd] 264/335: expand test suite to cover upload and sendfile(), gnunet, 2024/07/27
- [libmicrohttpd] 233/335: -wrong variable, gnunet, 2024/07/27
- [libmicrohttpd] 263/335: -remove redundant comments, gnunet, 2024/07/27
- [libmicrohttpd] 262/335: expand test suite to cover more threading modes, gnunet, 2024/07/27