Commit a7fefc2
authored
fix: Fix calls to stacktrace in the reverse proxy module (#2100)
## Description:
A user reported a Go panic in the reverse proxy module when the reverse
proxy container is missing. The reverse proxy is missing because of the
lack of support for podman.
## Is this change user facing?
NO
## References (if applicable):
https://discord.com/channels/783719264308953108/1139207537959391232/12019435947145421711 parent 9320513 commit a7fefc2
File tree
2 files changed
+3
-3
lines changed- container-engine-lib/lib/backend_impls/docker/docker_kurtosis_backend/reverse_proxy_functions
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments