Kévin Dunglas
|
8341cc98c6
|
refactor: rely on context.Context for log/slog and others (#1969)
* refactor: rely on context.Context for log/slog and others
* optimize
* refactor
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix watcher-skip
* better globals handling
* fix
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-17 16:32:23 +01:00 |
|
Kévin Dunglas
|
6225da9c18
|
refactor: improve ExtensionWorkers API (#1952)
* refactor: improve ExtensionWorkers API
* Update workerextension.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update workerextension.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update caddy/app.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* review
* fix tests
* docs
* errors
* improved error handling
* fix race
* add missing return
* use %q in Errorf
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-10 14:12:14 +01:00 |
|
Alexander Stecher
|
c10e85b905
|
refactor: cleanup context (#1816)
* Removes NewRequestWithContext.
* Moves cgi logic to cgi.go
* Calls 'update_request_info' from the C side.
* Calls 'update_request_info' from the C side.
* clang-format
* Removes unnecessary export.
* Adds TODO.
* Adds TODO.
* Removes 'is_worker_thread'
* Shortens return statement.
* Removes the context refactor.
* adjusts comment.
* Skips parsing cgi path variables on explicitly assigned worker.
* suggesions by @dunglas.
* Re-introduces 'is_worker_thread'.
* More formatting.
|
2025-08-25 16:18:20 +02:00 |
|
Kévin Dunglas
|
cf7541fde6
|
chore: add more logs for the worker
|
2025-05-19 22:43:54 +02:00 |
|
Alexander Stecher
|
ab0fcd80de
|
Fixes metrics also with regular request timeouts. (#1550)
|
2025-05-10 14:31:58 +02:00 |
|
Kévin Dunglas
|
8092f4a35c
|
chore!: update to golangci-lint-action 7 (#1508)
|
2025-04-17 20:33:22 +02:00 |
|
Alexander Stecher
|
9cca12858b
|
feat: maximum wait times (#1445)
|
2025-03-19 13:21:37 +01:00 |
|
Alexander Stecher
|
f50248a7d2
|
refactor: removes context on the C side (#1404)
|
2025-03-10 08:44:03 +01:00 |
|
Alexander Stecher
|
c57f741d83
|
fix: concurrent env access (#1409)
|
2025-03-01 14:45:04 +01:00 |
|
Alliballibaba2
|
072151dfee
|
feat: Adds automatic thread scaling at runtime and php_ini configuration in Caddyfile (#1266)
Adds option to scale threads at runtime
Adds php_ini configuration in Caddyfile
|
2025-02-19 20:39:33 +01:00 |
|