Skip to content

Enable Connection Manager Sharing in Apache Http 4.5 #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

kevin-mcgoldrick
Copy link
Collaborator

Enable Connection Manager Sharing in Apache Http 4.5

To avoid the client closing the connection pool prematurely

If the connection manager is shared its life-cycle is expected to be managed by the caller and it will not be shut down if the client is closed.

Connection pool shut down

Please make sure these check boxes are checked before submitting

  • ** Squashed Commits **
  • ** All Tests Passed ** - mvn clean test -P default

** PR review process **

  • Requires one +1 from a reviewer
  • Repository owners will merge your PR once it is approved.

Copy link
Collaborator

@Zakaria-Kofiro Zakaria-Kofiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Zakaria-Kofiro Zakaria-Kofiro merged commit 4e94585 into master Dec 9, 2024
3 checks passed
@Zakaria-Kofiro Zakaria-Kofiro deleted the EnableConnectionManagerShare branch December 9, 2024 21:46
kevin-mcgoldrick added a commit that referenced this pull request Jan 16, 2025
* master: (46 commits)
  Update doPUT to add boundary to multi-part + add doPatch  (#363)
  Reduce Regex on RESPONSE_BODY (#362)
  CVE-2024-38827 (#351)
  add JobMakerTest (#361)
  Update AWS bom (#359)
  Bump org.apache.tomcat:tomcat-catalina from 11.0.1 to 11.0.2 (#357)
  updating command (#356)
  Update AgentStartup command to pass in list of arguments (#355)
  Enable Connection Manager Sharing in Apache Http 4.5 (#353)
  Agent Debugger Export Responses (CSV) (#350)
  Update Tomcat Release to 11
  Project SaveAs now correctly copies all project values (#345)
  make sure that simulation time is met (#346)
  Prep Snapshot 4.1.1
  Release 4.1.0
  Library Updates (#344)
  single instance object mapper shared for the life of the apimonitor (#343)
  Filter by content-type to save responseBody (#321)
  cancel button working when canceling script group deletion (#342)
  Updating Agent Startup Command (#341)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants