Reapplying commit d266dc60
Somewhere along the way, commit d266dc6031
was dropped. Reimplementing.
unstable
parent
57c6385279
commit
d612d2a040
|
@ -302,7 +302,7 @@ protected
|
||||||
resp.body = ""
|
resp.body = ""
|
||||||
conn_id = $1
|
conn_id = $1
|
||||||
|
|
||||||
if true # if not self.conn_ids.include?(conn_id)
|
if not self.conn_ids.include?(conn_id)
|
||||||
print_status("Incoming orphaned session #{conn_id}, reattaching...")
|
print_status("Incoming orphaned session #{conn_id}, reattaching...")
|
||||||
conn_ids << conn_id
|
conn_ids << conn_id
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue