Commit 1a6bf48
committed
base: Fix implied disconnect() on connect() call
Apparently we can't check self._proxy like that, since it tries to
look up data on the remote connection. Check self._transport instead,
and add a test case.
https://lists.fedoraproject.org/archives/list/[email protected]/message/MEXHTFZLHXFVFA3DDRYPISMNZNFX4RER/1 parent 2ea85ae commit 1a6bf48
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
| 489 | + | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
251 | 255 | | |
252 | 256 | | |
253 | 257 | | |
| |||
0 commit comments