[GitHub] trafficserver pull request: Add TSSslContextCreate method

2015-12-31 Thread jpeach
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] trafficserver pull request: Add TSSslContextCreate method

2015-12-31 Thread biilmann
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] trafficserver pull request: Fix Cache Inspector fails to split mul...

2015-12-31 Thread hnakamur
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

Question on wbe_event of write_to_net_io() .

2015-12-31 Thread Chao Xu
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