Issue connection error if client receives HEADERS with idle stream ID
If stream ID is not idle, it might be valid HEADERS. If stream ID is idle, it is invalid regardless stream ID is even or odd, since client is not expected to recieve request from server. nghttp2 library historically allows this, but now we forbids this.
Showing
Please register or sign in to comment