libmicrohttpd

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

commit bbcbbca7e44ee25a4ac0c81289523d3df2904bcd
parent fe17d1accab22ad42b312755e8f6cdd86fe04790
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 31 Jan 2024 21:53:56 +0100

test_upgrade: disable now unused function

Diffstat:
Msrc/microhttpd/test_upgrade.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c @@ -566,6 +566,7 @@ wr_create_from_plain_sckt (MHD_socket plain_sk) } +#if 0 /* Disabled code */ /** * Check whether shutdown of connection was received from remote * @param s socket to check @@ -579,6 +580,9 @@ wr_is_eof_received (struct wr_socket *s) } +#endif /* Disabled code */ + + enum wr_wait_for_type { WR_WAIT_FOR_RECV = 0,