0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00
caddy/modules/caddyhttp/reverseproxy
Matthew Holt e4623e72aa
reverseproxy: Revert #4952 - don't ignore context cancellation in stream mode
i.e. Revert commit f5dce84a70

Two years ago, the patch in #4952 was a seemingly necessary way to fix an issue (sort of an edge case), but it broke other more common use cases (see #6666).

Now, as of #6669, it seems like the original issue can no longer be replicated, so we are reverting that patch, because it was incorrect anyway.

If it turns out the original issue returns, a more proper patch may be in #6669 (even if used as a baseline for a future fix). A potential future fix could be an opt-in setting.
2024-11-12 14:38:01 -07:00
..
fastcgi ci: use gci linter (#5708) 2023-08-14 09:41:15 -06:00
forwardauth caddyfile: Stricter parsing, error for brace on new line (#5505) 2023-04-20 18:43:51 +00:00
addresses.go ci: Use gofumpt to format code (#5707) 2023-08-07 19:40:31 +00:00
addresses_test.go reverseproxy: do not parse upstream address too early if it contains replaceble parts (#5695) 2023-08-05 23:30:02 +02:00
admin.go chore: Bump up to Go 1.19, minimum 1.18 (#4925) 2022-08-02 16:39:09 -04:00
ascii.go reverseproxy: Sync up handleUpgradeResponse with stdlib (#4664) 2022-04-11 12:49:56 -06:00
ascii_test.go reverseproxy: Sync up handleUpgradeResponse with stdlib (#4664) 2022-04-11 12:49:56 -06:00
caddyfile.go reverseproxy: Add more debug logs (#5793) 2023-10-11 13:36:20 -06:00
command.go ci: use gci linter (#5708) 2023-08-14 09:41:15 -06:00
copyresponse.go reverseproxy: Fix double headers in response handlers (#4847) 2022-06-22 15:10:14 -04:00
healthchecks.go reverseproxy: Replace health header placeholders (#5861) 2023-10-11 09:50:28 -06:00
hosts.go reverseproxy: Pointer receiver 2023-07-08 13:42:51 -06:00
httptransport.go chore: Appease gosec linter (#5777) 2023-08-23 20:47:54 -06:00
metrics.go reverseproxy: Fix reinitialize upstream healthy metrics (#5498) 2023-04-25 09:59:26 -06:00
reverseproxy.go reverseproxy: Revert #4952 - don't ignore context cancellation in stream mode 2024-11-12 14:38:01 -07:00
selectionpolicies.go reverseproxy: Fix least_conn policy regression (#5862) 2023-10-11 16:04:28 +00:00
selectionpolicies_test.go reverseproxy: weighted_round_robin load balancing policy (#5579) 2023-06-20 11:42:58 -06:00
streaming.go reverseproxy: Add more debug logs (#5793) 2023-10-11 13:36:20 -06:00
streaming_test.go reverseproxy: Add more debug logs (#5793) 2023-10-11 13:36:20 -06:00
upstreams.go reverseproxy: Add logging for dynamic A upstreams (#5857) 2023-10-11 09:50:44 -06:00