In the implementation draft section 10.6 says:
" For HTTP/2, for example, closing the connection only closes a specific stream."
Should the close call also close the TCP/transport connection if the last stream was closed? Otherwise how do I gracefully close a HTTP connection?
In the implementation draft section 10.6 says:
" For HTTP/2, for example, closing the connection only closes a specific stream."
Should the close call also close the TCP/transport connection if the last stream was closed? Otherwise how do I gracefully close a HTTP connection?