(name, value)
| 120 | } |
| 121 | |
| 122 | function isConnectionHeaderAllowed(name, value) { |
| 123 | return name !== HTTP2_HEADER_CONNECTION || |
| 124 | value === 'trailers'; |
| 125 | } |
| 126 | |
| 127 | function connectionHeaderMessageWarn() { |
| 128 | if (statusConnectionHeaderWarned === false) { |
no outgoing calls
no test coverage detected
searching dependent graphs…