-
Getting a crash scenario from a 301 without a `Location` header. What appears to happen is that `HttpConnection#redirect` gets called with `nil` as a location which creates an empty hostname. Stack tr…
-
#### Problem Description
I noticed that my Edge browser is sending CONNECT requests to mitmproxy via HTTP 1.1. There is a new TCP connection for each such request.
#### Proposal
Wonder whethe…
-
Add support for HTTP 2.0.
HTTP 2.0 does define a mechanism for a client to "upgrade" from HTTP 1.1 to 2.0 dynamically, or jump right into HTTP 2.0 if the server is already known to implement 2.0. S…
-
The link to the linked website (https://theprimeagen.github.io/fem-algos-2) is not working.
-
```js
import got from 'got';
const cache = new Map();
await got.get('https://szmarczak.com/favicon.ico', {
retry: {limit: 0},
cache,
http2: true
});
const {headers, body, isF…
-
As reported already (#12113), PSI reports a wrong HTTP version for several websites.
This seems to be a problem if the target page doesn't return a 200 response code.
Working: https://developers…
-
-
the recent updates to CocoaAsyncSocket result in
```
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Security option unavailable - kCFStreamSSLLevel - You …
-
Condition:
1.disable eureka, and then
2.choose ConfigurationBasedServerList
We found this error was relation to 'Host' header forward to real service. Or i did incorrect configuration(see below …
-
Hello! We have a huge downgrade response time after updating to 2.0.1 after 1.3.0.
My config for client...
Opts = #{
connect_timeout => 5000,
retry => 100,
retry_timeout => 1000 %…