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

Function http2_write_window_update

src/proxy/http2/HTTP2.cc:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280bool
281http2_write_window_update(const uint32_t new_size, const IOVec &iov)
282{
283 byte_pointer ptr(iov.iov_base);
284 write_and_advance(ptr, new_size);
285
286 return true;
287}
288
289bool
290http2_write_push_promise(const Http2PushPromise &push_promise, const uint8_t *src, size_t length, const IOVec &iov)

Callers 1

write_toMethod · 0.85

Calls 1

write_and_advanceFunction · 0.85

Tested by

no test coverage detected