GitHub user shinrich opened a pull request:
https://github.com/apache/trafficserver/pull/196
TS-3578: Rearrange ProxyClientSession's to enable VC object to be availa...
Attempting to have the net vc available from the SSN_CLOSE_HOOK for HTTP2
and SPDY in addition to regular HTTP1.x connections.
To that goal:
* Made SpdyClientSession a child of ProxyClientSession. Implemented the
required pure virtual methods.
* Rearranged so the netvc->do_io_close() is performed after the SSN_CLOSE
hook has been called.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shinrich/trafficserver TS-3578
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/196.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #196
----
commit 2dfe6d5b1f9295ec869d1d103b4d703b31ea403f
Author: shinrich <[email protected]>
Date: 2015-05-01T19:55:53Z
TS-3578: Rearrange ProxyClientSession's to enable VC object to be available
during SSN_CLOSE hook.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---