Commit ff40b66
authored
Port httpserver extension to DuckDB v1.5.4. (#52)
* Port httpserver extension to DuckDB v1.5.4.
Update duckdb and extension-ci-tools submodules, pin CI workflows to v1.5.4, and fix a crash in httpserve_start caused by a dangling ExtensionLoader reference.
* Fix Linux CI segfault by using synchronous httplib task queue.
OpenSSL-enabled httplib runs request handlers in a thread pool by default, which can crash with statically linked OpenSSL on Linux amd64. Handle requests on the server thread instead.1 parent ecff38e commit ff40b66
4 files changed
Lines changed: 32 additions & 7 deletions
File tree
- .github/workflows
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
Submodule duckdb updated 4875 files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
29 | 46 | | |
30 | 47 | | |
31 | 48 | | |
| |||
384 | 401 | | |
385 | 402 | | |
386 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
387 | 410 | | |
388 | 411 | | |
389 | 412 | | |
| |||
395 | 418 | | |
396 | 419 | | |
397 | 420 | | |
| 421 | + | |
398 | 422 | | |
399 | 423 | | |
400 | 424 | | |
| |||
580 | 604 | | |
581 | 605 | | |
582 | 606 | | |
| 607 | + | |
583 | 608 | | |
584 | 609 | | |
585 | | - | |
| 610 | + | |
586 | 611 | | |
587 | 612 | | |
588 | 613 | | |
| |||
592 | 617 | | |
593 | 618 | | |
594 | 619 | | |
595 | | - | |
| 620 | + | |
596 | 621 | | |
597 | 622 | | |
598 | 623 | | |
| |||
0 commit comments