Changes between Initial Version and Version 1 of Ticket #2556, comment 2
- Timestamp:
- 11/01/23 14:08:05 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2556, comment 2
initial v1 1 Unfortunately, the use case is that it is sometimes useful to retain the behavior of setting r->keepalive = 0 in the context of multiplexed connections by sending GOAWAY frames. Vanilla code cannot do this and a 3rd-party module which would then need to access h2c->goaway which isthe last member in the structure.1 Unfortunately, the use case is that it is sometimes useful to retain the behavior of setting r->keepalive = 0 in the context of multiplexed connections by sending GOAWAY frames. Vanilla code cannot do this and a 3rd-party module which would do this will then need to access the h2c->goaway member which happens to be the last member in the structure.