| 952 | } |
| 953 | |
| 954 | static void* ProcessHttpResponseWrapper(void* void_arg) { |
| 955 | ProcessHttpResponse(static_cast<InputMessageBase*>(void_arg)); |
| 956 | return NULL; |
| 957 | } |
| 958 | |
| 959 | H2ParseResult H2Context::OnGoAway( |
| 960 | butil::IOBufBytesIterator& it, const H2FrameHead& h) { |
nothing calls this directly
no test coverage detected