#1367 Can't close s2sout until it has an established connection
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Status-Accepted
Type-Defect
Priority-Medium
Zash
on
What steps will reproduce the problem?
1. Attempt to call `close` method of s2sout session before it has a connection
What is the expected outcome?
The connection attempt is aborted and the session destroyed.
What do you see instead?
Traceback because the method has not been added.
This happens in make_connect() in s2sout.lib, which is after DNS lookups.
What version of the product are you using? On what operating system?
0.11.2
Please provide any additional information below.
Zash
on
Discovered because mod_bidi tries to close conflicting sessions.
What steps will reproduce the problem? 1. Attempt to call `close` method of s2sout session before it has a connection What is the expected outcome? The connection attempt is aborted and the session destroyed. What do you see instead? Traceback because the method has not been added. This happens in make_connect() in s2sout.lib, which is after DNS lookups. What version of the product are you using? On what operating system? 0.11.2 Please provide any additional information below.
Discovered because mod_bidi tries to close conflicting sessions.