Commit e709b03
ladeak
Align priority levels for WriteEndStream and WriteTrailers
The priority levels for scheduling `WriteEndStream` and
`WriteTrailers` in the `ChannelsPriorityResponseWriter` class
have been adjusted to match the priority level of `WriteData`
(+20). Previously, `WriteEndStream` and `WriteTrailers` had
higher priority levels (+60 and +40, respectively). This change
ensures these operations are written after all `DATA` but with
the same priority. Comments were added to clarify this behavior.1 parent 1705130 commit e709b03
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments