Github user jpeach commented on the pull request:
https://github.com/apache/trafficserver/pull/402#issuecomment-168268438
> Ideally I would refactor that method to separate context initialization
and configuration from
> inserting the context into the SSLCertLookup
Yeh th
GitHub user biilmann opened a pull request:
https://github.com/apache/trafficserver/pull/402
Add TSSslContextCreate method
TSSslContextCreate returns a new SSL Context that's configured according to
the settings in records.config
This is useful if an extension wants to u
GitHub user hnakamur opened a pull request:
https://github.com/apache/trafficserver/pull/401
Fix Cache Inspector fails to split multiline URLs
Please referer [\[TS-4106\] Cache Inspector fails to split multiline URLs -
ASF JIRA](https://issues.apache.org/jira/browse/TS-4106).
You c
Dear All,
I'm reading the ATS code now,
there are 2 variables: "signalled" and "wbe_event",
the comment: "signalled means we won't send an event"
{code}
} else if (signalled && (wbe_event != vc->write_buffer_empty_event)) {
// @a signalled means we won't send an event, and the event v