Commit b0cbf7c7 authored by jan.koester's avatar jan.koester
Browse files

test

parent aa450ad5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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