Saturday, 15 September 2018

How to reuse HTTPS connection and avoid handshake each time I make a request ?

I need to keep the connection alive even if there are no more requests.Let's say I make one request now, then I receive the response and after a few seconds I make a request again: there will be a new connection and the old one isn't reused. How can I avoid this ?

Submitted September 15, 2018 at 09:40PM by Roo_ooky

No comments:

Post a Comment