Results 11 issues of Kazuho Oku

As of now, h2spec is only capable of testing servers, acting as a client. IMO it would be great if h2spec could be run as a server, so that it...

In 8.1.2.3 there is a test that "sends a HEADERS frame with empty ":path" pseudo-header field" expecting that the server responds with a PROTOCOL_ERROR. I do not think that RFC...

What is the [media-type](https://www.iana.org/assignments/media-types/media-types.xhtml) of the qlog files?

design
high-level-schema
current-version

At the moment, h2olog autogenerates tracing code only for QUIC-level probes. It would be great if we could use that for HTTP- and TLS-level events too. To give an example,...

At the moment, the command is capable of only logging either of the two at once. This prevents us from doing cross-layer analysis, e.g, looking into what HTTP response is...

IIUC, h2o has two modes, identified by the special argument "quic." If set, it logs QUIC and HTTP events. If not, it logs HTTP events only. The limitation of the...

IIUC, with #2292, we have two resources. One being the resource to which the transaction is started (A), and another to which the chunks are sent (B). Assuming that responses...

resumable-upload

With the new design of having explicit path identifiers, do we need a mechanism for issuing and retiring path IDs at all? They seem to be an unnecessary complexity to...

duplicate
design
needs-discussion
explicit path ID

At the moment, [section 5.1](https://quicwg.org/multipath/draft-ietf-quic-multipath.html#section-5.1-3) states: > As soon as the negotiation of multipath support is completed, endpoints SHOULD use ACK_MP frames instead of ACK frames to acknowledge application data...

has PR
editorial