Re: SSL Session Resume?

2015-10-13 Thread Ben Castellucci
Thanks Alexander. This is why i stated up front i am not an expert. :) However, i did take a little time to try and prove my theory. I grabbed the latest SVNKit source, built it and installed the plugin in Eclipse (coupled with Subclipse) then proceeded to debug it. Everytime i looked at the SSL

Re: SSL Session Resume?

2015-10-13 Thread Alexander Kitaev
Hello Ben, Thank you for more detailed description of what you expect to happen. What you describe is currently expected behaviour. For instance, when repository tree is browsed, "getDir" is called to expand each folder and that is a single low-level operation that includes several HTTP request.

Re: SSL Session Resume?

2015-10-13 Thread Ben Castellucci
Thanks Alexander! Much appreciated! Ben On Oct 13, 2015 11:52 AM, "Alexander Kitaev" wrote: > Hello Ben, > > Thank you for more detailed description of what you expect to happen. What > you describe is currently expected behaviour. > > For instance, when repository tree is browsed, "getDir" is