We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eaa67d commit ff12044Copy full SHA for ff12044
doc/src/guide/protocols.asciidoc
@@ -65,6 +65,15 @@ cancellation mechanism which allows Gun to inform the
65
server to stop sending a response for this particular
66
request, saving resources.
67
68
+Note that because HTTP/2 headers are compressed, there
69
+are scenarios where it is possible to probe or extract
70
+data, creating security risks. One scenario being the
71
+use of Gun as a proxy to create a single connection to
72
+an origin, with requests coming from multiple mutually
73
+distrustful entities. Gun will provide configuration
74
+options to restrict headers that can be compressed in
75
+a future release.
76
+
77
=== Websocket
78
79
Websocket is a binary protocol built on top of HTTP that
0 commit comments