-
We are using a Pool of H2 connections. Currently, when a GOAWAY frame is received, a "connectionError" is emitted, and the connection is removed from the pool by undici. However, we'd like to just preemptively close and remove the connection from the pool based on a configured time, since we already know the max connection lifetime of the origin. I can't seem to figure out a way of doing this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Would you like to send a PR? |
Beta Was this translation helpful? Give feedback.
-
Merged into 7.10.0: #4175 |
Beta Was this translation helpful? Give feedback.
Merged into 7.10.0: #4175