On 15/03/2023 02:35, Han Li wrote:
On Mar 15, 2023, at 01:45, [email protected] wrote:
<snip/>+ boolean session = false; + if (algorithm.endsWith("-sess")) { + algorithm = algorithm.substring(0, algorithm.length() - 5); + }I guess here maybe a bug that ‘session’ not assigned correct value, right? Han
Correct. Well-spotted. I'll get that fixed. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
