]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/beast/http/impl/field.ipp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / beast / http / impl / field.ipp
index 8da470ff24d1bb372dc74babd700be6c34508307..467a40aeee52e8226b6797255518a7b7c1158698 100644 (file)
@@ -26,7 +26,7 @@ namespace detail {
 struct field_table
 {
     using array_type =
-        std::array<string_view, 352>;
+        std::array<string_view, 353>;
 
     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",