Violeta Georgieva

Results 263 comments of Violeta Georgieva

@chemicL I think it's time to introduce this annotation. We have several options. Wdyt? - `@Incubating` - `@ApiMayChange` - `@Experimental` - `@UnstableApi`

ok with `@Incubating`

@chengtangzheng2021 `AbortedException: Connection has been closed` Typically is caused by a client closing a `connection1` (see diagram below): ``` client -> Spring Cloud Gateway -> target service ^ ^ connection1...

Hi, Yes there is no direct violation of the specification. But even in the Websocket Protocol specification it is described which are the expected headers when opening a connection. http://www.rfc-base.org/txt/rfc-6455.txt...

@machao23 I tried to reproduce the issue based on the example above but with no success. However the WARNING that you observed `Failed to mark a promise as failure because...

> io.netty.channel.unix.Errors$NativeIoException: writevAddresses(..) failed: Connection reset by peer How many of those do you observe? What's your connection pool configurations? (especially max connections) > I'm using reactor-netty to make API...

@machao23 I had a wrong impression that you see connections always stay active and not returned to the pool. So I don't think the WARNING above and the exception are...

> @violetagg Maybe I didn't express my meaning before. Let me explain again: > A few `IllegalReferenceCountException` occured with `Connection reset by peer` first. You could see the exception stack...