From 17634340a83afe0cab595e40fbc63f6ffa1d8915 Mon Sep 17 00:00:00 2001 From: Gary Burd Date: Wed, 11 Jan 2017 11:29:28 -0800 Subject: [PATCH] Update compression documentation Add "EXPERIMENTAL" to the compress section header. This change is intended to draw more attention to the status of the feature as stated in the first sentence of the section. This is not a change in the status. --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index e046b8c..44a2882 100644 --- a/doc.go +++ b/doc.go @@ -150,7 +150,7 @@ // application's responsibility to check the Origin header before calling // Upgrade. // -// Compression +// Compression EXPERIMENTAL // // Per message compression extensions (RFC 7692) are experimentally supported // by this package in a limited capacity. Setting the EnableCompression option