MCPcopy Create free account
hub / github.com/apache/trafficserver / http2_write_rst_stream

Function http2_write_rst_stream

src/proxy/http2/HTTP2.cc:226–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226bool
227http2_write_rst_stream(uint32_t error_code, IOVec iov)
228{
229 byte_pointer ptr(iov.iov_base);
230
231 write_and_advance(ptr, error_code);
232
233 return true;
234}
235
236bool
237http2_write_settings(const Http2SettingsParameter &param, const IOVec &iov)

Callers 1

write_toMethod · 0.85

Calls 1

write_and_advanceFunction · 0.85

Tested by

no test coverage detected