Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

126
Views
How to set HTTP keep alive header

I have added this agent in express request, my question is to support keep alive tcp connection does server need to return some header as well or only client need to send it. ???

var myAgent = new http.Agent({
    keepAlive: true,
    maxSockets: 1,
    keepAliveMsecs: 30000,
});

request.post(
    {
      url: "server_url",
      agent: myAgent,
      form: { key: "value" },
    },
    function (err, res, body) {
      if (res.statusCode !== 200) {
      } else {
        //set header cookie from response and send second request
      }
    }
  );
over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!