Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
node-configurable-http-proxy
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian JavaScript Maintainers
node-configurable-http-proxy
Commits
9eb96565
Commit
9eb96565
authored
3 years ago
by
Yadd
Browse files
Options
Downloads
Patches
Plain Diff
Add fix for node-commander 9
Closes: #1008511
parent
7403df6b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/fix-for-commander-9.patch
+16
-0
16 additions, 0 deletions
debian/patches/fix-for-commander-9.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
17 additions
and
0 deletions
debian/patches/fix-for-commander-9.patch
0 → 100644
+
16
−
0
View file @
9eb96565
Description: fix for node-commander 9
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/1008511
Forwarded: https://github.com/jupyterhub/configurable-http-proxy/issues/384
Last-Update: 2022-03-29
--- a/bin/configurable-http-proxy
+++ b/bin/configurable-http-proxy
@@ -114,6 +114,7 @@
process.exit(1);
}
previous[headerParts[0]] = headerParts[1];
+ return previous;
}
cli.parse(process.argv);
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
9eb96565
fix-prom-test.patch
dont-install-example.patch
update-to-ws-8.patch
fix-for-commander-9.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment