* Added an explicit shadow flag. The original logic * was using an null Http2Stream frame to mark a shadow node * but that would pull in Priority holder nodes too */
| 94 | * but that would pull in Priority holder nodes too |
| 95 | */ |
| 96 | bool |
| 97 | is_shadow() const |
| 98 | { |
| 99 | return shadow == true; |
| 100 | } |
| 101 | |
| 102 | bool active = false; |
| 103 | bool queued = false; |
no outgoing calls
no test coverage detected