We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4294c commit 2e7343dCopy full SHA for 2e7343d
lib/caronte/streams/proxy.js
@@ -21,7 +21,7 @@ ProxyStream.prototype.onPipe = function(request) {
21
22
this.proxyReq.once('response', function(response) {
23
self.onResponse(response);
24
- })
+ });
25
this.proxyReq.on('error', function() {}); // XXX TODO: add error handling
26
}
27
0 commit comments