Hi!

I'm accessing my app using a WinINet client using 
INTERNET_FLAG_KEEP_CONNECTION.  When using HTTP the keep-alive works 
perfectly and requests stay under one TCP session, but when I switch to 
HTTPS (INTERNET_FLAG_SECURE on port 443) then for every request I am 
getting a new TCP and TLS session (Client Hello, Server Hello, etc etc) for 
each request.  Is there any way of getting keep-alive to work under TLS?  
Is there something I'm doing wrong?  Is this likely a problem with WinINet 
or App Engine?

Cheers

Will

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/AwlJ4Xx3YggJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to