[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-04 Thread biilmann
Github user biilmann commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-168927960 Changed the type signature to `TSSslContextCreate(void)` now. It generally makes sense that a plugin that needs this method will want to handle the call

[GitHub] trafficserver pull request: TS-4096: ts.now() should return subsec...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/394 --- 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

[GitHub] trafficserver pull request: TS-4096: ts.now() should return subsec...

2016-01-04 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/394#issuecomment-168899579 ha. my bad english --- 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 hav

[GitHub] trafficserver pull request: TS-4096: ts.now() should return subsec...

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/394#issuecomment-168899277 Oh I see, that makes sense. +1 --- 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

[GitHub] trafficserver pull request: TS-4096: ts.now() should return subsec...

2016-01-04 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/394#issuecomment-168898944 @jpeach Before the change the lua number is always an integer (e.g. 1451970346). Now after the change the lua number will contain the fraction of the secon

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-168898043 This looks pretty reasonable to me. @shinrich, what do you think? In ``ts/ts.h``, ``TSSslContextCreate()`` needs to be ``TSSslContextCreate(void)``.

[GitHub] trafficserver pull request: TS-3792: Crash with non-existant or mi...

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/262#issuecomment-168897717 I don't see any code that logs when the specified ``resolve.conf`` fails to load. Is there anything? --- If your project is set up for it, you can reply to this e

[GitHub] trafficserver pull request: TS-3792: Crash with non-existant or mi...

2016-01-04 Thread bgaff
Github user bgaff commented on the pull request: https://github.com/apache/trafficserver/pull/262#issuecomment-168897439 @jpeach what "failure" are you referring to when we load resolve.conf? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver pull request: TS-3792: Crash with non-existant or mi...

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/262#issuecomment-168897199 @bgaff I'm suggesting that the error should be emitted at the point where we detect the failure. --- If your project is set up for it, you can reply to this email

[GitHub] trafficserver pull request: TS-3792: Crash with non-existant or mi...

2016-01-04 Thread bgaff
Github user bgaff commented on the pull request: https://github.com/apache/trafficserver/pull/262#issuecomment-168897096 @zizhong yah an Error might be more appropriate. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] trafficserver pull request: TS-4096: ts.now() should return subsec...

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/394#issuecomment-168896100 I guess I still don't get it. This API already returned a Lua number, so the only semantic change I can see is that there is no longer any potential issue with tru

[GitHub] trafficserver pull request: Adding patch mentioned in https://issu...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/399 --- 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

[GitHub] trafficserver pull request: TS-3792: Crash with non-existant or mi...

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/262#issuecomment-168895362 To @zwoop's comment, I can't see any obvious warning. This patch adds a warning ``There is no name server found in the resolv.conf`` sometime after it fails to loa

[GitHub] trafficserver pull request: Fix a typo in traffic_via command refe...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/404 --- 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

[GitHub] trafficserver pull request: TS-4096: ts.now() should return subsec...

2016-01-04 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/394#issuecomment-168871196 @jpeach Yes. the time is still in seconds. But instead of returning an integer all the time, it is now a "lua_Number", which is like a "double".

[GitHub] trafficserver pull request: Fix a typo in traffic_via command refe...

2016-01-04 Thread hnakamur
GitHub user hnakamur reopened a pull request: https://github.com/apache/trafficserver/pull/404 Fix a typo in traffic_via command reference You can merge this pull request into a Git repository by running: $ git pull https://github.com/hnakamur/trafficserver patch-1 Alternativ

[GitHub] trafficserver pull request: Fix a typo in traffic_via command refe...

2016-01-04 Thread hnakamur
Github user hnakamur closed the pull request at: https://github.com/apache/trafficserver/pull/404 --- 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 featur

[GitHub] trafficserver pull request: TS-4042: Add feature to buffer request...

2016-01-04 Thread bgaff
Github user bgaff commented on the pull request: https://github.com/apache/trafficserver/pull/351#issuecomment-168861430 Any other questions about this? --- 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

[GitHub] trafficserver pull request: [TS-4095] adding a new example plugin ...

2016-01-04 Thread myraid
Github user myraid commented on the pull request: https://github.com/apache/trafficserver/pull/393#issuecomment-168846815 @bgaff I reused some of the code from libwebp examples and so there is a mix of C and C++. I will check if Imagemagick can be used to abstract image specific detai

[GitHub] trafficserver pull request: TS-4096: ts.now() should return subsec...

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/394#issuecomment-168836153 This still returns time in seconds, since the arithmetic is the same. If you change the time units should you add a new API to preserve compatibility? --- If your

[GitHub] trafficserver pull request: Cache range requests changes

2016-01-04 Thread jrushf1239k
Github user jrushf1239k commented on the pull request: https://github.com/apache/trafficserver/pull/298#issuecomment-168814793 Closed. Was merged by jpeach on Oct 22, 2015. --- 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: Cache range requests changes

2016-01-04 Thread jrushf1239k
Github user jrushf1239k closed the pull request at: https://github.com/apache/trafficserver/pull/298 --- 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 fea

[GitHub] trafficserver pull request: TS-4096: ts.now() should return subsec...

2016-01-04 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/394#issuecomment-168799362 @jpeach , can you take a quick look on this as well? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] trafficserver pull request: TS-4109: fix ts.debug/ts.error problem...

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/403#issuecomment-168776716 Why do you put the message in square brackets? That seems unusual. +1 at any rate. --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver pull request: TS-4109: fix ts.debug/ts.error problem...

2016-01-04 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/403#issuecomment-168776257 so given that, is this one ok? --- 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

[GitHub] trafficserver pull request: TS-4109: fix ts.debug/ts.error problem...

2016-01-04 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/403#issuecomment-168776170 see https://issues.apache.org/jira/browse/TS-4110 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] trafficserver pull request: TS-4109: fix ts.debug/ts.error problem...

2016-01-04 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/403#issuecomment-168775306 That's correct. I think we should keep this fix and have another jira for that problem in TSDebug. --- If your project is set up for it, you can reply to this

[GitHub] trafficserver pull request: TS-4109: fix ts.debug/ts.error problem...

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/403#issuecomment-168721925 So it is a bug in ``TSDebug`` then? Can we fix that instead or as well? --- If your project is set up for it, you can reply to this email and have your reply appea