k

Results 63 comments of k

The underlying implementation of async-http-client (netty) currently supports the unix domian socket protocol.

The code modification is mainly to modify the IntSocketAddress to SocketAddress, and create a connection method by selecting the different netty in the connection establishment type by IntSocketAddress or UnixDomainSocket.

NettyRequestSender.java ==》 resolveAddresses

When will this feature be supported?

I also had this error. According to the network packet capture, I found that the problem may occur in session reuse. When enable_tickets is set to false, this problem does...

Requests can be provided to users after REST. However, num_reset_streams must be reduced after the request is processed to ensure that max_reset_streams takes effect. https://github.com/hyperium/h2/issues/30

@seanmonstar @carllerche

@hawkw Hello, may I ask when you are free to check it out? I think this serious ddos problem should be avoided or fixed as soon as possible.

> hmm, is it really correct to GOAWAY the whole connection in this case? sending a GOAWAY will tell the client it can _never_ initiate new streams on this connection,...