-
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com)
### You want to:
* [ …
-
I'd like a flag in the format which declares easily (at the top-level object) which version of the format a file is using. Today, to make a determination, I've got hacky code which looks for the first…
-
We noticed the following ATS 10 crash in production. It's a nullptr dereference that would come up every 10-30 minutes on a box running about 1,800 rps.
```
(gdb) bt …
-
Hi, I would like to know if Express 5.0 will have support for http2:
https://github.com/molnarg/node-http2
I was reading a bit and I noticed that exist a problem with http2 module:
https://github.com…
-
Hi @tatsuhiro-t
While working on some HTTP/2 Performance testing, I think I found an issue with custom headers.
If I put a longer user-agent value, for instance, let's say instead of "Mozilla/5.0", …
-
### What did you do?
We have Prometheus(2.44.0) using remote write to Mimir(2.8.0) and the Mimir remote write endpoint becomes unavailable for 30m
### What did you expect to see?
Prometheus to fill…
-
想了想讲一个http2的多路复用其实要先回顾一下http1的请求方式
### Http1/Http1.1中的资源请求
假如小哔打开百度并且输入“什么是多路复用”,直到刷新出了新页面,那么大概率是有如下几个步骤:
1. dns查询
2. dns返回服务器ip,小哔的电脑和服务器开始三次握手
3. 三次握手完毕,小哔的电脑开始发起一次http request
4. 服务器收到r…
bibi7 updated
4 years ago
-
I am running the following function for thousands of times:
```
function request() {
var request = process.env.HTTP2_PLAIN ? http2.raw.get(options) : http2.get(options);
// Receiving the resp…
-
Affected packages:
- opencensus-core
- opencensus-instrumentation-http
- opencensus-instrumentation-https
- opencensus-instrumentation-http2
- opencensus-instrumentation-grpc
- opencensus-inst…
-