Skip to content

HTTP2: Send trailers with data #11270

Closed
@JamesNK

Description

@JamesNK

Kestrel is sending HEADERS and DATA together in a TCP packet, followed by HEADERS (trailers) in the next TCP packet.

image

The C-Core gRPC server sends HEADERS, DATA and HEADERS (trailers) in a single TCP packet.

image

So..

  1. Do more TCP packets equal less performance?
  2. Should Kestrel combine packets?

// @Tratcher @steveharter @davidfowl

Metadata

Metadata

Assignees

Labels

HTTP2Perfarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-kestrel

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions