From 714b11639e9719e42ba0beafb6e6185b0d02e68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 4 Jun 2018 14:32:50 +0200 Subject: Add a comment about push requiring a secure connection --- doc/src/manual/cowboy_req.push.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/src') diff --git a/doc/src/manual/cowboy_req.push.asciidoc b/doc/src/manual/cowboy_req.push.asciidoc index 5a3509f..ab6da8b 100644 --- a/doc/src/manual/cowboy_req.push.asciidoc +++ b/doc/src/manual/cowboy_req.push.asciidoc @@ -41,6 +41,10 @@ By default, Cowboy will use the GET method, an empty query string, and take the scheme, host and port directly from the current request's URI. You can override them by passing options. +Note that clients may cancel the push or ignore it entirely. +For example browsers may ignore the resource when the connection +is not considered secure. + It is not possible to push resources after sending a response. Any attempt will result in an error. -- cgit v1.2.3