1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2025-05-30 14:04:56 +00:00

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

This commit is contained in:
gnosygnu 2019-11-05 06:04:19 -05:00
parent dbdc558ed5
commit 8653e665cc

View File

@ -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) {