Home
last modified time | relevance | path

Searched refs:thisStream (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp356 auto thisStream = streams.find(streamId); in onDataChunkRecvCallback() local
357 if (thisStream == streams.end()) in onDataChunkRecvCallback()
365 thisStream->second.reqReader; in onDataChunkRecvCallback()
368 Request::Body& req = thisStream->second.req->req; in onDataChunkRecvCallback()
479 auto thisStream = streams.find(frame.hd.stream_id); in onHeaderCallback()
480 if (thisStream == streams.end()) in onHeaderCallback() local
487 Request& thisReq = *thisStream->second.req; in onHeaderCallback()