This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Commit 6cd78cf
committed
[FAB-8571] removing redundant time.After
- Since request contexts are taking care of
cancelling contexts if deadline exceeds, there
is not need of 'time.After' handling in those cases.
Change-Id: Ic777d23a7904f90c2e211e9dfe5f4f5a086a17bd
Signed-off-by: Sudesh Shetty <sudesh.shetty@securekey.com>1 parent 59fa8aa commit 6cd78cf
File tree
3 files changed
+0
-11
lines changed- pkg/client
- channel
- invoke
- resmgmt
3 files changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 149 | | |
154 | 150 | | |
155 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | 165 | | |
171 | 166 | | |
172 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
606 | | - | |
607 | | - | |
608 | 606 | | |
609 | 607 | | |
610 | 608 | | |
| |||
0 commit comments