[PR #190] [MERGED] feat: httpproxy: add and use execute_simple() for more performance #303

Closed
opened 2026-05-07 00:20:15 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/190
Author: @speed47
Created: 6/2/2021
Status: Merged
Merged: 6/3/2021
Merged by: @speed47

Base: masterHead: fasterproxy


📝 Commits (4)

  • 52bca94 feat: httpproxy: add and use execute_simple() for more performance
  • 618d0ec feat: httpproxy: add functional tests
  • bcfa08c fix: httpproxy: allow more passthrough headers
  • f7f50ac fix: freebsd: install script: prefer fetch over curl

📊 Changes

14 files changed (+518 additions, -61 deletions)

View changed files

📝 .github/workflows/freebsd.yml (+2 -2)
📝 bin/admin/packages-check.sh (+3 -3)
📝 bin/proxy/osh-http-proxy-worker (+32 -10)
📝 docker/Dockerfile.tester (+1 -1)
📝 lib/perl/OVH/Bastion.pm (+6 -2)
📝 lib/perl/OVH/Bastion/ProxyHTTP.pm (+54 -24)
📝 lib/perl/OVH/Bastion/execute.inc (+71 -0)
📝 lib/shell/install.inc (+8 -8)
📝 tests/functional/docker/docker_build_and_run_tests.sh (+2 -0)
📝 tests/functional/docker/target_role.sh (+31 -4)
📝 tests/functional/docker/tester_role.sh (+1 -1)
📝 tests/functional/launch_tests_on_instance.sh (+9 -6)
tests/functional/proxy/remote-daemon (+59 -0)
tests/functional/tests.d/500-http-proxy.sh (+239 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ovh/the-bastion/pull/190 **Author:** [@speed47](https://github.com/speed47) **Created:** 6/2/2021 **Status:** ✅ Merged **Merged:** 6/3/2021 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `fasterproxy` --- ### 📝 Commits (4) - [`52bca94`](https://github.com/ovh/the-bastion/commit/52bca94978cb1c332c697016f20db0a2564609e1) feat: httpproxy: add and use execute_simple() for more performance - [`618d0ec`](https://github.com/ovh/the-bastion/commit/618d0ecdd26b7852a7e107df47429334a8c12f75) feat: httpproxy: add functional tests - [`bcfa08c`](https://github.com/ovh/the-bastion/commit/bcfa08c4ae5de2e1fed6671abd45303956feecee) fix: httpproxy: allow more passthrough headers - [`f7f50ac`](https://github.com/ovh/the-bastion/commit/f7f50ac3962fbb8f795354d5d528091560b6c258) fix: freebsd: install script: prefer fetch over curl ### 📊 Changes **14 files changed** (+518 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/freebsd.yml` (+2 -2) 📝 `bin/admin/packages-check.sh` (+3 -3) 📝 `bin/proxy/osh-http-proxy-worker` (+32 -10) 📝 `docker/Dockerfile.tester` (+1 -1) 📝 `lib/perl/OVH/Bastion.pm` (+6 -2) 📝 `lib/perl/OVH/Bastion/ProxyHTTP.pm` (+54 -24) 📝 `lib/perl/OVH/Bastion/execute.inc` (+71 -0) 📝 `lib/shell/install.inc` (+8 -8) 📝 `tests/functional/docker/docker_build_and_run_tests.sh` (+2 -0) 📝 `tests/functional/docker/target_role.sh` (+31 -4) 📝 `tests/functional/docker/tester_role.sh` (+1 -1) 📝 `tests/functional/launch_tests_on_instance.sh` (+9 -6) ➕ `tests/functional/proxy/remote-daemon` (+59 -0) ➕ `tests/functional/tests.d/500-http-proxy.sh` (+239 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:20:15 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#303
No description provided.