Will net/http conn pool keepalive use http2 PING ?
77 views
Skip to first unread message
chenguang zhang
unread,
Dec 4, 2023, 8:40:17 AM12/4/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
My requirement is to keep all connections to http2 server alive and the server requires PING frame to keep-alive. To keep it simple I would like to use net/http library.
I wonder if the net/http library uses http2pool and keep all conn via http2 PING. I cannot find the document specifying alse I would like to know how to test this feature.