duckdb / duckdb-wasm

WebAssembly version of DuckDB
https://shell.duckdb.org
MIT License
1.02k stars 110 forks source link

Allow to disable (or postpone) some HEAD requests to allow better testing #1757

Closed carlopi closed 3 weeks ago

carlopi commented 3 weeks ago

Aim at fixing https://github.com/duckdb/duckdb-wasm/issues/1658, or experimenting with the problem, by allowing to turn off reliableHeadRequests setting and consequently avoiding to perform HEAD requests that might mix up content length due to difference between of resource length before or after compression.

This by default will not change anything, but make it possible to test this more properly.