Szymon Łągiewka

Results 14 issues of Szymon Łągiewka

Or other parameters. In accordance with RFC 9110[^1], Content-Type contains first and foremost the media type. It can be followed by key-value pairs of parameters. This change supports extracting the...

## This relates to... Closes #4143. ## Rationale For H2 sessions pipelining is misleading and is a concept of HTTP/1.1. This makes use of `maxConcurrentStreams` parameter to be equivalent of...

## Bug Description The recent H2CClient work (#4118) does it well. If `pipelining` is not set, it defaults to `maxConcurrentStreams` which makes sense. This however, is not a case when...

enhancement
H2

## Bug Description I'm not sure if this is something that `undici` should handle or something that can be patched in node. We're using a timeout signal in every request...

bug