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()
369 bmcweb::HttpBody::reader(thisStream->second.req->req.base(), in onDataChunkRecvCallback()
370 thisStream->second.req->req.body())); in onDataChunkRecvCallback()
480 auto thisStream = streams.find(frame.hd.stream_id); in onHeaderCallback() local
481 if (thisStream == streams.end()) in onHeaderCallback()
488 Request& thisReq = *thisStream->second.req; in onHeaderCallback()