HTTP_Server: Add 2 line breaks to redirect response for proxy servers [#600]

pull/620/head
gnosygnu 5 years ago
parent dbdc558ed5
commit 8653e665cc

@ -192,6 +192,7 @@ class Xosrv_http_wkr_ {
, Rsp__location
, redirect
, Byte_ascii.Nl_bry
, Byte_ascii.Nl_bry // proxy servers like nginx require 2 line breaks; ISSUE#:600; DATE:2019-11-05
)
);
} catch (Exception err) {

Loading…
Cancel
Save