-
This might not be a lua-http issue; but only lua-http shows this behavior on sites using the Fastly CDN. The following works, outputting "200", as expected:
> local req = httpreq.new_from_uri( 'htt…
-
The final HTTP/2 spec is still at least 1-2 years away, but now that the first draft (based on SPDY) has been released, i believe we can at least start planning our implementation.
http://tools.ietf.…
kraih updated
9 months ago
-
[Introduction to HTTP/2 | Web | Google Developers](https://developers.google.com/web/fundamentals/performance/http2/)
-
## Big changes
- [x] Refactor `ServerContext` and `Service` on server side
- #354
- [x] Remove `State`
- #354
- [x] Make client `Request` can be `http::Request` with any `Body`
- #369
…
-
Modifying the `FirebaseMessaingClient.SendAsync` and adding new Version(2, 0) should allow HTTP/2 to be used.
```
...
var request = new HttpRequestMessage()
{
Version = new Version(2, 0…
-
This issue is used to track our HTTP/2 client's compatibility. Please comment here which endpoint(s) you are using so we can collect a list of know compatible endpoints. This issues will be closed upo…
-
# HTTP/2 (Hypertext Transfer Protocol version 2)
解决的问题
如何解决的
实现:服务端,客户端(浏览器兼容性)
SPDY,HPACK
用HTTP/1.x模拟HTTP/2 ?
如何判断客户端或者服务端是否支持HTTP/2
# 一、什么是HTTP/2 ?
>HTTP/2 is a replacement for ho…
-
**Please describe your use case / problem.**
In Envoy it is possible to set `alpn_protocols: h2` for upstream services so the connections are HTTP/2. For that to work `http2_protocol_options` must be…
-
### Please update gptel first -- errors are often fixed by the time they're reported.
- [X] I have updated gptel to the latest commit and tested that the issue still exists
### Bug Description
…
-
The proxy layer currently doesn't really support HTTP/2. The only case in which a user can take advantage of HTTP/2 is if they are making a non-intercepted request through the `https-proxy`, and when …