Commit 67b41ca
committed
Check if transport has been set when closing
The transport doesn't get set as soon as the response handler is
created, it's set some time later. If the handler is closed immediately
it can be before the transport has been set, and in that case we don't
need it.
Fixes #461 parent 2f15224 commit 67b41ca
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments