Skip to content

PoolableSession#7418

Closed
a-canary wants to merge 4 commits intoapache:masterfrom
a-canary:PoolableSession
Closed

PoolableSession#7418
a-canary wants to merge 4 commits intoapache:masterfrom
a-canary:PoolableSession

Conversation

@a-canary
Copy link
Copy Markdown
Collaborator

Http1ServerSessions now inherit from an abstract PoolableSession which adds the following for outbound pooling:

  • linkage for intrusive dlist
  • KA status
  • OutboundConnTrack::Group

Its is expected that H2 and H3 session will also need to inherit from this, or something similar.
We will continue to refactor the HttpSM and ProxyTransaction to use PoolableSession* for all outbound transations.

Http1ServerSessions now inherit from an abstract PoolableSession which adds following for outbound pooling:
+ linkage for intrusive dlist
+ KA status 
+ OutboundConnTrack::Group 

Its is expected that H2 and H3 session will also need to inherit from this, or something similar
@a-canary
Copy link
Copy Markdown
Collaborator Author

[approve ci autest]

@a-canary
Copy link
Copy Markdown
Collaborator Author

[approve ci ubuntu]

@a-canary
Copy link
Copy Markdown
Collaborator Author

merged #6828

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants