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

Method queueStream

Cutelyst/Server/protocolhttp2.cpp:777–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777void ProtocolHttp2::queueStream(Socket *socket, H2Stream *stream) const
778{
779 ++socket->processing;
780 if (stream->body) {
781 stream->body->seek(0);
782 }
783 Q_EMIT socket->engine->processRequestAsync(stream);
784}
785
786bool ProtocolHttp2::upgradeH2C(Socket *socket,
787 QIODevice *io,

Callers

nothing calls this directly

Calls 1

seekMethod · 0.80

Tested by

no test coverage detected