From 1768210ea43a1a692f844f7497940ec7d3f28d3c Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 23 Nov 2023 00:04:28 +0100 Subject: Upgrade to new libweb interface Recent commits from libweb brought a few breaking changes. The one below affected slcl, so it had to be updated according to the new interface: commit 98f5f52461b0c1ab1ee3331722bd32e2db9e1d41 Author: Xavier Del Campo Date: Thu Nov 16 12:23:08 2023 +0100 Split handler_loop from handler_listen Some applications might set up a struct handler object to listen on any port i.e., 0, but still need a way to determine which port number was eventually selected by the implementation. Therefore, handler_listen has been reduced to the server initialization bit, whereas the main loop has been split into its own function, namely handler_loop. Because of these changes, it no longer made sense for libweb to write the selected port to standard output, as this is something now applications can do on their own. --- libweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libweb') diff --git a/libweb b/libweb index b71a617..dec953e 160000 --- a/libweb +++ b/libweb @@ -1 +1 @@ -Subproject commit b71a6174e12b4709acaf8bc151938ba12d2a54f6 +Subproject commit dec953e4f4af89149685c7463c422ccca6174cb8 -- cgit v1.2.3