We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6716f commit 28c9fd9Copy full SHA for 28c9fd9
1 file changed
source/h2_stream.c
@@ -763,6 +763,7 @@ int aws_h2_stream_on_activated(struct aws_h2_stream *stream, enum aws_h2_stream_
763
case AWS_HTTP_HEADER_PROXY_CONNECTION:
764
/**
765
* An endpoint MUST NOT generate an HTTP/2 message containing connection-specific header fields.
766
+ * (RFC=9113 8.2.2)
767
*/
768
AWS_H2_STREAM_LOGF(
769
TRACE,
0 commit comments