lifenjoiner

Results 70 comments of lifenjoiner

Reasons to modify `Path`: 1. The path searching order is: `current dir` --> `Path`. And we should insert `dir of notepad2` between them. 2. CLI tools. The designed "`Ctrl +...

Or change the comments instead?

Didn't get any response, I guess you are expecting some better solution. Frankly, my patch is not elegant, just simple and works, together with the context. I don't get a...

> Use IP instead of the domain for the http_proxy (e.g., https://192.168.1.100:1883/ instead of https://proxy.acme.com:1883/) I think it is the easy solution and normal way, that leads people without motivation...

~~Unfortunately, I failed to create a google account to sign the CLA.~~ Signed.

The problem is about a serial requests on the same host with one http client ([dialOnce](https://github.com/quic-go/quic-go/blob/9e7fa4773ada3dffa726456f50ead9a6827c1ae7/http3/client.go#L261) with only one http3 client allowed): 1. if a request failed, the following will...

In the scenario where a http3 client acts as a proxy. When "[Connection %s closed](https://github.com/quic-go/quic-go/blob/de8d7a32b88688b9f85ccdab2f6e1a11bbeaa410/connection.go#L691)" happened, the `RoundTripper` should be able to initialize a new client. Or, the following requests...

> there’s no need to close it in between. Yes. But, the issue is the remote server closed the connection, as a user I can't use the client anymore.

Without redo handshake, extra data sent are refused.