-
`apt` could support the Alt-Svc header and http/2 eg `Alt-Svc: h2=”:443”; ma=60`
https://blog.cloudflare.com/opportunistic-encryption-bringing-http-2-to-the-unencrypted-web/
-
Hi,
I'm trying measure memory usage on a device when using HTTP/2 with different configurations. For accomplishing this, I need to set different values for some parameters:
- SETTINGS_INITIAL_W…
-
Latest security fix for requests has broken requests-unixsocket. [It appears they do not plan to fix the breakage](https://github.com/psf/requests/issues/6707), and are suggesting it be the responsibi…
-
# Bug Report
List of [all OpenTelemetry NuGet
packages](https://www.nuget.org/profiles/OpenTelemetry) and versions
- OpenTelemetry | 1.5.0
- OpenTelemetry.Api | 1.5.0
- OpenTelemetry.Api.Prov…
-
Cortex does not lock the required version of `"psr/http-message"`:
```json
{
"require": {
"psr/http-message": "*"
}
}
```
This package [released v2 requiring PHP 7.2](https://packa…
-
As seen in [this forum question](https://community.k6.io/t/unable-to-check-for-h2c-http-2-clear-text-protocol/66), previously the k6 docs indirectly mentioned support for [`h2c`](https://tools.ietf.or…
-
> > If you're still interested you can find a cracking tool for version 2.9.0 here: [RunJS Cracker](https://github.com/Pab450/RunJS-Cracker)
>
> Thank you very much, I had version 2.9…
-
Why does the implementation of http2 in version 3.14.x ErrorCode not support
- SETTINGS_TIMEOUT (0x4)
- STREAM_CLOSED (0x5)
- FRAME_SIZE_ERROR (0x6)
-
I wrote these two APIs to talk to another service(TestApp2). One forwards via GRPC and the other uses HTTP/2.
```c#
public async Task ForwardRequestGRPC()
{
try
{
…
-
The [Warp concept page](https://swim.dev/concepts/warp/) states:
> although HTTP/2 introduces a limited form of multiplexing, it multiplexes RPC calls, not full-duplex streams
but I'm not sure thi…
glyn updated
5 months ago