Hi,
I am using https client to talk to Https Server, it works fine. I have the following questions:
When I communicate with https server, it will take around 1s to negotiate with server, then I can send request to server, get the reply form server.
My question: Can I just do negotiation once, then keep sending request and getting reply every second for saving time?
Thanks,
Christie