Hello,
I am using node red 3.0.2
I tick the setting "Enable connection keep-alive" in a request node. I do not set any headers or something else before, only an inject node (timestamp set there) fires constantly.
with tcpdump I can see, that the client request hast set "Connection: close". Also The complete TCP connection is always started from the beginning.
Shouldn't the HTTP request node set "Connection: keep-alive" instead to leave the connection open for the next request?
Thanks!