mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #190] [MERGED] feat: httpproxy: add and use execute_simple() for more performance #303
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#303
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fasterproxy📝 Commits (4)
52bca94feat: httpproxy: add and use execute_simple() for more performance618d0ecfeat: httpproxy: add functional testsbcfa08cfix: httpproxy: allow more passthrough headersf7f50acfix: 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.