python-hyper / h2

HTTP/2 State-Machine based protocol implementation
https://h2.readthedocs.io/en/stable
MIT License
963 stars 151 forks source link

conn.close_connection() does not TCP connection #1244

Closed ganeshmurthy closed 3 years ago

ganeshmurthy commented 3 years ago

The doc on the conn.close_connection() says - "Close a connection, emitting a GOAWAY frame."

When using wireshark, I see the GOAWAY frame being emitted but the TCP connection is not closed. Is this a known issue?

sethmlarson commented 3 years ago

Since this project doesn't use any TCP and is only a state machine for HTTP/2 I'm wondering if this is the project you meant to open this issue on?

If it is let me know and I'll reopen.