Skip to content

Conversation

@Angelfirenze
Copy link

Assuming that the enormous amount of people working on this project manage to get it as close to perfect as possible and it's released. Will the general coding public be able to benefit soon -- or how much could someone like myself who has at least a head start with JavaScript be able to assist any time soon because of the learning opportunities this provides for a better grasp on JS, itself? Is there room here where I can utilize anything to help and learn at the same time?

indexzero and others added 30 commits October 22, 2011 11:24
[fix] only set one drain listener while paused
Instead, just perform a request.
Conflicts:

	lib/node-http-proxy/http-proxy.js
…iscover when you run into it. If there was an error, people would search for the error text, but there isn't.
[docs] Making README links consistent with latest project structure.
indexzero and others added 30 commits March 9, 2013 04:59
…to be consistent with `proxyError` events.
…t be a string, not undefined' in certain cases
Mention Harmon used for response modifications in the readme
…ce to reduce listener churn and reference counts.
Fixing a bug that generates an unexpected TypeError
Change the emitter of the `proxyResponse` event
Fix for slab buffer retention, leading to large memory consumption
Since the proxy requests comes from NodeJS's HTTP 1.1 request client, a
backend server may default to setting Connection: keep-alive in its
response. However, the real HTTP 1.0 client may not be able to
handle that.

Force HTTP 1.0 client's to Connection: close, unless the client
explicitly supports keep-alive.
Correct keep-alive responses to HTTP 1.0 clients
The headers in the 'handshake' event were not written to the socket, the client received data but not the headers.
Using only SNICallback to create a HTTPS / TLS server is bad. It means all non SNI clients can't do anything because there are no certs.

in v0.10 of node TLS server was updated to throw if you forgot to supply certs.

Which means that every HTTPS server needs to supply certs as a fallback for when SNI is not available.

 - closes http-party#399
Pass default certs to SNICallback example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.