Using hyper as reverse proxy like in the example yields Connection failed: hyper::Error(Shutdown, Os { code: 107, kind: NotConnected, message: "Transport endpoint is not connected" })
#2959
Labels
C-bug
Category: bug. Something is wrong. This is bad!
Version
Platform
Linux blackbox 5.19.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 11 Aug 2022 16:06:13 +0000 x86_64 GNU/Linux
Description
I tried out the example http_proxy
I wanted to compare the performance between traefik as reverse proxy and hyper so in ran a few tests:
returning hello world from hyper
705,343.03
direct (no proxy) to
traefik/whoami
:40,989.66
traefik no tls to
traefik/whoami
:29,725.48
hyper no tls to
traefik/whoami
:This works without problems when using curl for some manual requests:
but then yields the following for every request (approximately after the first 100-1000) when hitting it with
wrk
:More info
main.rs
tls.rs
utils.rs
lib.rs
traefik/whoami docker compose
docker-compose.yml
The text was updated successfully, but these errors were encountered: