Commit 41b9c16
authored
Remove preconcurrency imports of NIOHPACK (#1435)
Motivation:
Support for Sendable was added to swift-nio-http2 in 1.22.0 so the
`@preconcurrency` import of `NIOHPACK` is no longer required (and
produces warnings).
Modifications:
- Update minimum HTTP/2 version
- Remove `@preconcurrency` from `NIOHPACK` imports
Result:
Fewer warnings1 parent 39dde7a commit 41b9c16
File tree
3 files changed
+3
-4
lines changed- Sources/GRPC
- AsyncAwaitSupport
3 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments