Guest User

Untitled

a guest
Jan 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var connector = http.request(options, function(res) {
  2. res.pipe(response, {end:true});//tell 'response' end=true
  3. });
  4. request.pipe(connector, {end:true});
Add Comment
Please, Sign In to add comment