HTTP Header Connection Keep Alive

Hi,

have you an idea to set in the HTTP Header a Keep Alive Setting ?
Connection: keep-alive

My Service need a open connection to send new requests later.

https://en.wikipedia.org/wiki/HTTP_persistent_connection

Regards,
Stefan

Hi again,

my opinion is to send differend parameters to a server.
Login Chunk
Send Parameters Chunk
Logout Chunk

grafik

Can i set here this parameters ?

Thanks,
Stefan

Yes, you should be able to set that there. But can not imagine that it then works in the way you expect it to work as there is no mechanism in n8n right now that allows you to send then multiple requests with that single connection or to process the data as it arrives.

I have seen that. Its a thing with the implementation of the http stack. Ill try to use loopback to make this.