Commit 31936cb
committed
dialers/retrier: rmv deadlines when using io.ReaderFrom
deadlines are extended on io.Reader and io.Writer semantics and thus are
incompatible with io.ReaderFrom APIs. Ideally, a context would carry the
deadlines, but the code isn't setup for it just yet.1 parent ebb8885 commit 31936cb
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
626 | 633 | | |
627 | 634 | | |
628 | 635 | | |
| |||
0 commit comments