Jarrett Cruger

Results 33 comments of Jarrett Cruger

@adicirstei does this still happen on `0.10.x`? Something may have changed in `0.12.x`/`iojs` that need to be handled or there is a bug in `0.12.x`. Could you test this in...

@BigBlueHat Seems like we would be able to support both cases. If a `changesUrl` is passed in, it would supercede the normal `url + '/_changes` assumption. Would definitely take a...

@cheddar could you rebase the PR and rename to outgoingHeaders? This seems reasonable, sorry it took so long

Also as a note, headers can be modified in the `proxyRes` event

@HugoMag could you please gist a reproducible example of this behavior? If you are listening on the `error` handler, this should not happen.

Hmm thats a good point, this requires a bit more investigation into how `node` core behaves. Its not a bad idea to have certain headers that get stripped but we...

In regards to the overall discussion here. Im +1 to have performance optimizations considered and implemented into this. My approach to start this was to extract some of the core...

@squaremo yea my goal was just to avoid trapping them. The errors i found in the tests were one regarding domains with the callback API (which was calling done twice)...

@squaremo i know this isnt on the top of your list but while attempting to implement reconnect logic around connections and channels ive seen this become more of a problem....