Commit b1a5093
authored
Make request/response parts conditionally sendable (#1523)
Motivation:
The request/response parts are conditionally sendable based on their
request/response payload. They are not currently marked as such which
causes warnings in tests.
Modifications:
- Add conditional sendable conformance to request/response parts
Results:
Fewer warnings.1 parent 9df1f25 commit b1a5093
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
0 commit comments