-
### What version of gRPC are you using?
v1.58.3, but it affects all version of gRPC with `writeQuota`
### What version of Go are you using (`go version`)?
go1.21
### What operating system (Lin…
-
i have failed assetion in nghttp2_session.c on line 6576, in gdb i see that datamax = 16384 and nghttp2_buf_avail(buf) = 16384.
And sometimes i have failed assertion here:
```
(gdb)
#0 0x00007fff…
-
### What happened?
Here two Dockerfiles:
```dockerfile
FROM dunglas/frankenphp:1.2.1-php8.3.8-bookworm AS tmp
# Copy PHP extension install script
COPY --link --from=mlocati/php-extension-inst…
-
### What happened?
We have some simple class which collects some data during the request lifecycle in our symfony app. In the `KernelEvents::TERMINATE` we analyze this data and generating some jobs i…
-
### What happened?
We are using Dockerfile with `dunglas/frankenphp:1.2.1-php8.3.9-bookworm` without workers.
It works fine; however, when I run 4 E2E workers against the container, it gets kill…
-
## tl;dr - Chrome sometimes stops responding, most commonly when trying to clear the cache, so uncheck "Clear storage" and try again.
**Explanation**
This is the umbrella ☂️ issue for all `PROTOCO…
-
**Jetty version(s)**
12.0.5
**Jetty Environment**
core
**Java version/vendor**
openjdk version "21.0.1" 2023-10-17
OpenJDK Runtime Environment (build 21.0.1+12-29)
**Mac OS Big Sur**
…
-
In the discussion on https://github.com/golang/go/issues/16620, I've noticed that the majority of use-cases folks describe for `sync.Cond` turn out to work fine with a channel instead: `(*sync.Cond).B…
-
Example:
Www.imdb.com supports HTTP/2. Imdb.com does not, and just uses HTTP/1.1 to return a redirect to the www domain.
Sending the same request using http2-wrapper's `auto` method should work …
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
使用hyperf框架调用接口时报错,新增数据库后触发事件,监听器内异步调用耗时方法:
…