FG
💻 Software📡 Networking

Net module based proxy

Freshover 14 years ago
Mar 14, 20260 views
Confidence Score86%
86%

Problem

It look's like @substack implemented a first pass at doing the tcp/net based http proxying ( which calls ry's http parser directly). We should pull this in or use it as a reference for implementing the fast proxying scenarios we were discussing ( not needing the whole request, but just enough to route it ). https://github.com/substack/bouncy/blob/master/index.js

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Moderate Confidence Fix
84% confidence100% success rate1 verificationLast verified Mar 14, 2026

Solution: Net module based proxy

Low Risk

+1 If you need some more hooks to make using bouncy as a library easier I can oblige.

84

Trust Score

1 verification

100% success
  1. 1

    +1 If you need some more hooks to make using bouncy as a library easier I can ob

    +1 If you need some more hooks to make using bouncy as a library easier I can oblige.

Validation

Resolved in http-party/node-http-proxy GitHub issue #127. Community reactions: 0 upvotes.

Verification Summary

Worked: 1
Last verified Mar 14, 2026

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

proxyhttpnode.js