Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: http-party/node-http-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PeterReid/node-http-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 9, 2012

  1. Make HTTP headers sent even without any HTTP body

    I copy my inserted comment here for those viewing the log:
    
    To bring my heinous misuse of HTTP to fruition, I need the socket open and
    the headers sent before any body data goes out. There does not seem to be
    anything in the public API to do that.  (One of their design goals was
    apparently to have the header share a packet with some of the body data,
    and what I'm seeing is a side-effect.). However I can make it happen by
    calling some internal functions that write() normally would call. This
    will probably break in a future version.  This is working in v0.8.3.
    PeterReid committed Oct 9, 2012
    Configuration menu
    Copy the full SHA
    8f43edd View commit details
    Browse the repository at this point in the history
Loading