#1367 Can't close s2sout until it has an established connection
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Status-WontFix
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.
Zash
on
Need to check whether this affects trunk/0.12, then decide if it's worth fixing in 0.11
Changes
tags Status-NeedInfo
Zash
on
I can't remember having such a problem after 0.12, going to assume it's not a problem, or rare enough that it's not worth looking into at this time.
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
ChangesI can't remember having such a problem after 0.12, going to assume it's not a problem, or rare enough that it's not worth looking into at this time.
Changes