Skip to content

Commit

Permalink
remove log inside proxyTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoOtavioS committed Oct 27, 2023
1 parent 9cd70b6 commit b851796
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/http-proxy/passes/web-incoming.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ module.exports = {
// allow outgoing socket to timeout so that we could
// show an error page at the initial request
if (options.proxyTimeout) {
console.log(options);
proxyReq.setTimeout(options.proxyTimeout, () => {
if (options.proxyTimeoutCustomError) {
const timeoutError = new Error("The proxy request timed out");
Expand Down

0 comments on commit b851796

Please sign in to comment.