-
I am connecting to web service with last version `retrofit` but get me bellow error :
`okhttp3.internal.http2.StreamResetException: stream was reset: PROTOCOL_ERROR`
My code is like bellow :
…
-
### Proposal
While trying to play with opentelemetry by running prometheus with the experimental `--enable-feature=otlp-write-receiver` cli argument and the following [opentelemetry-collector-contrib…
-
最近需要让项目支持http2, 不知道在egg上面有没有方法支持?
-
bug report! If koa and http2server are used together, the response with method "head" request will never end!
```js
import http2 from "http2";
import Koa from "koa";
import fs from "fs";
import {…
-
**Branch/Environment/Version**
TYK Open Source Api Gateway Version 5.3.7 LTS
**Describe the bug**
I upgraded my TYK open source api gateway from version 5.0.0 to 5.3.7 LTS.
However, my previousl…
-
Hello, I see fbthritft supports http2 as transport. But in `thrift/lib/cpp2/CMakeLists.txt` I don't see it's included. Is there a reason of why it's not included?
Revaj updated
2 years ago
-
Not sure what caused this, but I figured I'd at least drop a note here in case it helps…
I just saw my server die with this exception:
```
"message": "Cannot destructure property 'soc…
-
I'm running the adapter with the following command .
```
git clone https://github.com/coreos/kube-prometheus.git
cd kube-prometheus/
kubectl create -f manifests/setup
kubectl create -f manifests/…
-
Working example
```
curl -X POST "https://api.chartmogul.com/v1/data_sources" -v --http1.1 \
-u xxxxxx:xxxxxx \
-H "Content-Type: application/json" \
-d '{
"name": "In-h…
-
getting the following error
```Error: Missing IncomingMessage property on http2 module?```
npm verison: 6.4.1
node version: 11.1.0
express: 4.15.4