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:
parent
235a363e63
commit
fb032af6e9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue