doc: migration-guide-4-2: http_server: concurrent connections

update to reflect changes in 3ebecd15615197b81efe79fcde6e4bedc0f6b09d

Signed-off-by: Gerhard Jörges <joerges@metratec.com>
This commit is contained in:
Gerhard Jörges 2025-04-09 14:28:56 +02:00 committed by Benjamin Cabé
commit fb032af6e9

View file

@ -263,6 +263,11 @@ Networking
alternative, ``AF_PACKET/SOCK_DGRAM/ETH_P_ALL`` or ``AF_INET(6)/SOCK_RAW/IPPROTO_IP``
sockets can be used, depending on the actual use case.
* The HTTP server now respects the configured ``_concurrent`` and ``_backlog`` values. Check that
you provide applicable values to :c:macro:`HTTP_SERVICE_DEFINE_EMPTY`,
:c:macro:`HTTPS_SERVICE_DEFINE_EMPTY`, :c:macro:`HTTP_SERVICE_DEFINE` and
:c:macro:`HTTPS_SERVICE_DEFINE`.
SPI
===