diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2026-08-29 19:39:35 +0200 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2026-08-29 19:43:26 +0200 |
| commit | a63fa963b7bd01f1b470bea7c5a2ed326ff760e6 (patch) | |
| tree | 5f421854e7f3de2096bdc979e99f022f3918e649 /.github/workflows | |
| parent | 84c2bb905bda5f1fc58195171c75723b5fec6e87 (diff) | |
| download | luasocket-a63fa963b7bd01f1b470bea7c5a2ed326ff760e6.tar.gz luasocket-a63fa963b7bd01f1b470bea7c5a2ed326ff760e6.tar.bz2 luasocket-a63fa963b7bd01f1b470bea7c5a2ed326ff760e6.zip | |
feat(headers): dynamically create cononicalized headers
Instead of a static list dynamically add entries in proper casing.
Also allowing to add non-standard ones through `setcanonic`.
closes #442
fixes #440
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53d6ebc..b8043c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -48,5 +48,6 @@ jobs: | |||
| 48 | lua ltn12test.lua | 48 | lua ltn12test.lua |
| 49 | lua mimetest.lua | 49 | lua mimetest.lua |
| 50 | lua urltest.lua | 50 | lua urltest.lua |
| 51 | lua headerstest.lua | ||
| 51 | lua test_socket_error.lua | 52 | lua test_socket_error.lua |
| 52 | kill %1 | 53 | kill %1 |
