MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / processingFinished

Method processingFinished

Cutelyst/Server/protocolhttp2.cpp:946–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944}
945
946void H2Stream::processingFinished()
947{
948 state = Closed;
949 protoRequest->streams.remove(streamId);
950 protoRequest->sock->requestFinished();
951 delete this;
952}
953
954void H2Stream::windowUpdated()
955{

Callers

nothing calls this directly

Calls 2

removeMethod · 0.80
requestFinishedMethod · 0.80

Tested by

no test coverage detected