Files
neon/proxy/src
George MacKerron d6fcc18eb2 Add Neon-Batch- headers to OPTIONS response for SQL-over-HTTP requests (#6116)
This is needed to allow use of batch queries from browsers.

## Problem

SQL-over-HTTP batch queries fail from web browsers because the relevant
headers, `Neon-Batch-isolation-Level` and `Neon-Batch-Read-Only`, are
not included in the server's OPTIONS response. I think we simply forgot
to add them when implementing the batch query feature.

## Summary of changes

Added `Neon-Batch-Isolation-Level` and `Neon-Batch-Read-Only` to the
OPTIONS response.
2023-12-13 17:18:20 +00:00
..
2023-10-25 15:43:03 +01:00
2023-11-27 21:45:15 +00:00
2023-12-13 07:03:21 +02:00
2023-11-30 16:33:54 +00:00
2023-11-06 17:44:44 +00:00
2023-08-31 14:30:25 +03:00
2023-12-13 13:53:23 +00:00
2023-11-27 21:45:15 +00:00
2022-07-04 23:46:37 +03:00