From 8b84abfeb42f664f838def3708838e5ac7275443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 4 Apr 2019 20:38:06 +0200 Subject: Cowboy 2.6.2 --- docs/index.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/index.xml') diff --git a/docs/index.xml b/docs/index.xml index 3b9d0e0e..2afce399 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -3182,8 +3182,9 @@ Cowboy 2.2.2 While fixing the miscount in the previous patch release an issue wa https://ninenines.eu/docs/en/cowboy/2.6/guide/migrating_from_2.6/ The following patch versions were released since Cowboy 2.6: -Cowboy 2.6.1 This release updates Ranch to 1.7.1. -It fixes an issue with the PROXY protocol where the wrong CRC32 algorithm was used and would cause checksum verification to fail. +Cowboy 2.6.2 This release updates Cowlib to 2.7.2. +A bug in the HTTP/2 code that resulted in the failure to fully send iolist response bodies has been fixed. Cowboy would just wait indefinitely in those cases. +Cowboy will now use the host header when the HTTP/2 :authority pseudo header is missing. A common scenario where this occurs is when proxies translate incoming HTTP/1. @@ -8582,7 +8583,7 @@ Arguments Name Cookie name. https://ninenines.eu/docs/en/cowboy/2.6/manual/cowboy_req.set_resp_cookie/ Name cowboy_req:set_resp_cookie - Set a cookie -Description set_resp_cookie(Name, Value, Req :: cowboy_req:req()) -> set_resp_cookie(Name, Value, [], Req) set_resp_cookie(Name, Value, Req :: cowboy_req:req(), Opts) -> Req Name :: binary() %% case sensitive Value :: iodata() %% case sensitive Opts :: cow_cookie:cookie_opts() Set a cookie to be sent with the response. +Description set_resp_cookie(Name, Value, Req :: cowboy_req:req()) -> set_resp_cookie(Name, Value, Req, #{}) set_resp_cookie(Name, Value, Req :: cowboy_req:req(), Opts) -> Req Name :: binary() %% case sensitive Value :: iodata() %% case sensitive Opts :: cow_cookie:cookie_opts() Set a cookie to be sent with the response. Note that cookie names are case sensitive. Arguments Name Cookie name. Value Cookie value. -- cgit v1.2.3