[GitHub] trafficserver pull request #780: TS-4629: Fix use of invalid iterator in Ser...

2016-07-01 Thread dragon512
Github user dragon512 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/780#discussion_r69330409 --- Diff: proxy/http/HttpSessionManager.cc --- @@ -55,9 +55,10 @@ ServerSessionPool::ServerSessionPool() : Continuation(new_ProxyMutex()), m_ip_po

[GitHub] trafficserver issue #679: Update configure.ac

2016-06-01 Thread dragon512
Github user dragon512 commented on the issue: https://github.com/apache/trafficserver/pull/679 The only concern i would have with .aux is that it hides files, and if you don't know that you should look for them, it can be hard to find them when trying to solve some probl

[GitHub] trafficserver pull request: Update configure.ac

2016-05-31 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/679 Honestly I would use _aux myself. Allen said somebody hates _ so i made it ts_aux. honestly it does not matter it just cannot be prn, aux, or con It is useful for "gene

[GitHub] trafficserver pull request: Update configure.ac

2016-05-31 Thread dragon512
Github user dragon512 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/679#discussion_r65234405 --- Diff: configure.ac --- @@ -37,7 +37,7 @@ m4_define([TS_VERSION_N],[700]) AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev

[GitHub] trafficserver pull request: Update configure.ac

2016-05-31 Thread dragon512
GitHub user dragon512 opened a pull request: https://github.com/apache/trafficserver/pull/679 Update configure.ac Change "aux" directory to a value that does not upset systems that use this value as a device name for legacy purposes You can merge this pull request

[GitHub] trafficserver pull request: TS-4450: Syntax error in CI test

2016-05-19 Thread dragon512
GitHub user dragon512 opened a pull request: https://github.com/apache/trafficserver/pull/650 TS-4450: Syntax error in CI test Fix extra ) that was in the list You can merge this pull request into a Git repository by running: $ git pull https://github.com/dragon512

[GitHub] trafficserver pull request: TS-2581: Standard library allocators a...

2016-05-09 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/622#issuecomment-217931548 no wait.. I missed it the code it is there . This looks fine --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] trafficserver pull request: TS-2581: Standard library allocators a...

2016-05-09 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/622#issuecomment-217930908 Given what I can see everything looks correct in the allocate code. The only concern I have is that the rebind function can be inherited correctly as

[GitHub] trafficserver pull request: Adding STL Allocator which uses io buf...

2016-04-12 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/556#issuecomment-208934704 Sure, I think the point of the namespace it to define a concept or domain. This makes it easy to deal with class with the same name in different namespaces

[GitHub] trafficserver pull request: Adding STL Allocator which uses io buf...

2016-04-12 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/556#issuecomment-208902197 Why do you want to avoid namespaces? They are a good thing --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] trafficserver pull request: Adding STL Allocator which uses io buf...

2016-04-08 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/556#issuecomment-207522902 Looks good to me. However can we use namespaces? I mean ts_stl_iobuf_allocator!! it would better in my view to have namespace ts

[GitHub] trafficserver pull request: TS-3938: Add hardening (fortify) as an...

2016-02-24 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/497#issuecomment-188374276 The other question I would have is why would we not want -fPie enable for any compiler that supports it. --- If your project is set up for it, you can reply

[GitHub] trafficserver pull request: TS-3938: Add hardening (fortify) as an...

2016-02-24 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/497#issuecomment-188371373 The sed command seems hacky to me. It would be clearer if we have a SHCXXFLAGS, etc ( ie Shared library flags or we can do the other way and make a

[GitHub] trafficserver pull request: TS-4212: Add option to track memory al...

2016-02-22 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/489#issuecomment-187311382 I take back what I said after talking to Bryan call.. This is using a openssl lib callback API. So this looks good. The CPU is going to fine as long as we are

[GitHub] trafficserver pull request: TS-4212: Add option to track memory al...

2016-02-22 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/489#issuecomment-187217377 I am not sure why we are using C++ and not using new to do this? We want to track memory in Traffic server that is being used to alloc memory for OpenSSL ( ie

[GitHub] trafficserver pull request: [TS-4157] traffic_via tests use bad ch...

2016-01-28 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/440#issuecomment-176508745 I agree with James in that the test are badly written. A better fix would be to use a real testing system. I working on that as well. It would be worse just to

[GitHub] trafficserver pull request: [TS-4157] traffic_via tests use bad ch...

2016-01-28 Thread dragon512
Github user dragon512 commented on the pull request: https://github.com/apache/trafficserver/pull/440#issuecomment-176292994 Thanks. I have updated the patch with this fix --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] trafficserver pull request: [TS-4157] traffic_via tests use bad ch...

2016-01-27 Thread dragon512
GitHub user dragon512 opened a pull request: https://github.com/apache/trafficserver/pull/440 [TS-4157] traffic_via tests use bad characters in the file name Changed the usage of : to ; which seems to be more filename friendly. Changed test files to have ; in them You can merge

[GitHub] trafficserver pull request: Fix issue with TS-3885. Changes to TSN...

2015-10-27 Thread dragon512
GitHub user dragon512 opened a pull request: https://github.com/apache/trafficserver/pull/313 Fix issue with TS-3885. Changes to TSNetVConn test to prevent it from… … hanging when the defer_accept is set ( via config or kernel option) You can merge this pull request into a Git