Loading src/socket.h +1 −1 Original line number Diff line number Diff line Loading @@ -874,7 +874,7 @@ namespace netplus { bool isStreamComplete(uint64_t stream_id) const; bool isStreamReset(uint64_t stream_id) const; virtual std::string selectStreamProtocol(std::string proto) { return ""; } virtual std::string selectStreamProtocol(const std::string &proto) { return ""; } // Abort a stream abnormally (RFC 9000 §19.4 RESET_STREAM). Use this // instead of sendStreamData(..., fin=true) when the body falls short Loading Loading
src/socket.h +1 −1 Original line number Diff line number Diff line Loading @@ -874,7 +874,7 @@ namespace netplus { bool isStreamComplete(uint64_t stream_id) const; bool isStreamReset(uint64_t stream_id) const; virtual std::string selectStreamProtocol(std::string proto) { return ""; } virtual std::string selectStreamProtocol(const std::string &proto) { return ""; } // Abort a stream abnormally (RFC 9000 §19.4 RESET_STREAM). Use this // instead of sendStreamData(..., fin=true) when the body falls short Loading