Alexander Stecher
|
952754db27
|
fix: don't flush env between requests (#1814)
|
2025-08-27 08:30:40 +02:00 |
|
Alexander Stecher
|
2b78ffe15c
|
tests: make caddy_tests faster (#1823)
|
2025-08-25 16:16:32 +02:00 |
|
Max
|
71aebbe0e7
|
perf: add popular proxy headers (#1661)
* perf: add popular proxy headers
* X-Real-IP => X-Real-Ip
|
2025-06-19 14:05:26 +02:00 |
|
Alexander Stecher
|
dd250e3bda
|
perf: optimized request headers (#1335)
* Optimizes header registration.
* Adds malformed cookie tests.
* Sets key to NULL (releasing them is unnecessary)
* Adjusts test.
* Sanitizes null bytes anyways.
* Sorts headers.
* trigger
* clang-format
* More clang-format.
* Updates headers and tests.
* Adds header test.
* Adds more headers.
* Updates headers again.
* ?Removes comments.
* ?Reformats headers
* ?Reformats headers
* renames header files.
* ?Renames test.
* ?Fixes assertion.
* test
* test
* test
* Moves headers test to main package.
* Properly capitalizes headers.
* Allows and tests multiple cookie headers.
* Fixes comment.
* Adds otter back in.
* Verifies correct capitalization.
* Resets package version.
* Removes debug log.
* Makes persistent strings also interned and saves them once on the main thread.
---------
Co-authored-by: Alliballibaba <alliballibaba@gmail.com>
|
2025-01-27 21:48:20 +01:00 |
|