Commit 6820b9b
committed
MEDIUM: h2: implement active connection reversal
Implement active reverse on h2_conn_reverse().
Only minimal steps are done here : HTTP version session counters are
incremented on the listener instance. Also, the connection is inserted
in the mux_stopping_list to ensure it will be actively closed on process
shutdown/listener suspend.1 parent b130f8d commit 6820b9b
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3220 | 3220 | | |
3221 | 3221 | | |
3222 | 3222 | | |
| 3223 | + | |
| 3224 | + | |
| 3225 | + | |
3223 | 3226 | | |
3224 | 3227 | | |
3225 | 3228 | | |
| |||
3257 | 3260 | | |
3258 | 3261 | | |
3259 | 3262 | | |
3260 | | - | |
| 3263 | + | |
| 3264 | + | |
| 3265 | + | |
| 3266 | + | |
| 3267 | + | |
| 3268 | + | |
| 3269 | + | |
| 3270 | + | |
| 3271 | + | |
| 3272 | + | |
| 3273 | + | |
| 3274 | + | |
| 3275 | + | |
| 3276 | + | |
| 3277 | + | |
| 3278 | + | |
| 3279 | + | |
3261 | 3280 | | |
3262 | 3281 | | |
3263 | 3282 | | |
| |||
0 commit comments