Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 940761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:00:30+00:00 2026-05-15T22:00:30+00:00

In What conditions are closing a HTTP connection necessary?

  • 0

In What conditions are closing a HTTP connection necessary?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T22:00:31+00:00Added an answer on May 15, 2026 at 10:00 pm

    HTTP isn’t the type of protocol to have “connections”; it’s what they call “stateless”, meaning each request is separate from every other request. That’s why we have things like session cookies; people had to hack in a way to allow information to be carried over between requests.

    Now, even though they’re separate, HTTP 1.1 allows a client to make multiple requests over the same TCP/IP connection (which, although it’s a connection to an HTTP server, is at a whole other level in the TCP/IP stack). The requests will still be separate, but you don’t have to open a new network connection. This allows some efficiency gains, as opening a network connection can be expensive.

    If you’d like to take advantage of this, watch the headers in the request and response. If the request is using an HTTP version less than 1.1, or there’s a header that says Connection: close, then the connection is to go away after the current request is handled. Otherwise, once it’s been cleared out (usually by reading all the data from the previous request), it can be reused.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Conditions: Windows 98 SE WMI not available I have code that looks like this,
How do I set conditions to affect all images within my webpage (via CSS)
I am evaluating certain conditions sent by a jsp page and sending the ajax
How can i make conditions on sending emails to users based on date which
what sort of conditions can we use for branching in jinja2? I mean can
Since I cannot put conditions on elements in a component, I have to separate
I originally setup some conditions using CGRectIntersectsRect for some collision detection which worked fine.
I have a table conditions, which defines some conditions. I have another table called
I have 3 filter conditions on a web page Filter by dropdown Source Filter
I need to add conditions depending on params data. @users = User.where('id', params[:id]) unless

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.