From b8cf34c691623e4ec329053cbbf68522a855882d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:12:59 +0900 Subject: Imported Upstream version 1.67.0 --- boost/beast/http/impl/field.ipp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boost/beast/http/impl/field.ipp') diff --git a/boost/beast/http/impl/field.ipp b/boost/beast/http/impl/field.ipp index 8da470ff24..467a40aeee 100644 --- a/boost/beast/http/impl/field.ipp +++ b/boost/beast/http/impl/field.ipp @@ -26,7 +26,7 @@ namespace detail { struct field_table { using array_type = - std::array; + std::array; struct hash { @@ -104,6 +104,7 @@ struct field_table "Access-Control-Allow-Headers", "Access-Control-Allow-Methods", "Access-Control-Allow-Origin", + "Access-Control-Expose-Headers", "Access-Control-Max-Age", "Access-Control-Request-Headers", "Access-Control-Request-Method", -- cgit v1.2.3