Hi,
I am using reactor netty server as a standalone application without sping boot for http2.
On running some traffic on it, I observed in my tcpdumps that the netty server is sending a GOAWAY frame with the following error:
Error: ENHANCE_YOUR_CALM (11)
"Maximum number of RST frames reached"
Can you please tell me why it is being sent, what is the maximum number set here and can it be configured.