-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
Hi @dom96,
When specifying settings (port, bind address, ...), the domain is set to AF_UNSPEC. However, without settings, the domain is set to AF_INET
This make
Line 464 in b33dba9
| proc run*(onRequest: OnRequest, settings: Settings) = |
and
Line 492 in b33dba9
| proc run*(onRequest: OnRequest) {.inline.} = |
have different behavior (except if we specify
domain for the first one)
Regards,
Related to the-benchmarker/web-frameworks#4554
Reactions are currently unavailable