#1367 Can't close s2sout until it has an established connection
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Type-Defect
Status-NeedInfo
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.
Zash
on
Need to check whether this affects trunk/0.12, then decide if it's worth fixing in 0.11
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.
Need to check whether this affects trunk/0.12, then decide if it's worth fixing in 0.11
Changes