Home
last modified time | relevance | path

Searched refs:RstStream (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_http2.h452 static void RstStream(const v8::FunctionCallbackInfo<v8::Value>& args);
679 // Schedule an RstStream for after the current write finishes.
H A Dnode_http2.cc2302 // behaviour where it prioritizes RstStream over everything else. in SubmitRstStream()
2779 void Http2Stream::RstStream(const FunctionCallbackInfo<Value>& args) { in RstStream() function in node::http2::Http2Stream
3252 SetProtoMethod(isolate, stream, "rstStream", Http2Stream::RstStream); in Initialize()

Completed in 8 milliseconds