Commit c3380aa
authored
Fix Req streaming by using response.body.ref (#65)
With Req's `into: :self`, the response body is a `Req.Response.Async`
struct, not a ref directly. Extract the ref field to match messages
correctly in the receive block.1 parent 228caf6 commit c3380aa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments