KSSL session reuse bugs
Stefan Rompf
srompf at isg.de
Thu Oct 23 11:54:34 BST 2003
Hi,
> Shouldn't this apply to other kind of jobs than TransferJob, too?
> For instance, stat() over https (testing if a URL exists)
> or fetching multiple urls at a time, or hmm, listing a dir over webdavs,
> or anything else one can do over webdavs.
beside stat, I suppose all these jobs are TransferJobs or inherit from
TransferJob, so they should already use SSL session caching.
The reason I chose TransferJob over SimpleJob is that the session cache must
be aware of redirections, and moving m_redirectionURL breaks binary
compatibilty.
> Maybe this should be moved to a separate singleton class (KStaticDeleter),
> used by SimpleJob?
Good point. That will allow us to retrieve the SSL session in SimpleJob, and
save it in the redirection aware TransferJob, StatJob etc.
Stefan
--
"doesn't work" is not a magic word to explain everything.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1691 bytes
Desc: signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20031023/c44583e4/attachment.bin>
More information about the kde-core-devel
mailing list