Coder Social home page Coder Social logo

Comments (5)

nahi avatar nahi commented on July 18, 2024

If I understand the issue, this commit unexpectedly fixed it: 3ec4757
I close this issue but please feel free to reopen this if the commit does not fix your problem.

from httpclient.

nahi avatar nahi commented on July 18, 2024

I'll check this: xb@d601390

from httpclient.

nahi avatar nahi commented on July 18, 2024

The above link is wrong. This is the patch: xb@b9ce0a5

from httpclient.

nahi avatar nahi commented on July 18, 2024

Well perhaps I've just understood now. Closing after raising an exception should not be enough since in this scenario, there are many other cached connections to the same origin server and all of those are considered useless.

Hmm.

from httpclient.

nahi avatar nahi commented on July 18, 2024

Invalidate pooled sessions for the same destination when we got a KeepAliveDisconnected exception. closed by a620b5f.

I know the original intent of #30 is 'create a new (non cached) session
when we got a KeepAliveDisconnected' but the suggested fix could create
too much session to the same site I guess... So at this time, I decided
to invalidate all sessions to the same site. It must include live
sessions (not expired) but it should not cause performance degrade in
the situation such as we got KeepAliveDisconnected.

from httpclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.