[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-04-03 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 [approve ci] --- 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

[GitHub] trafficserver issue #1624: Http transaction debugging feature

2017-04-03 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1624 [approve ci] --- 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

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-04-03 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 [approve ci] --- 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

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-04-03 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 [approve ci] --- 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

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-04-03 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 [approve ci] --- 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

[GitHub] trafficserver issue #1568: TS-4195: double free on exit

2017-04-03 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1568 Looks good --- 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

[GitHub] trafficserver pull request #1568: TS-4195: double free on exit

2017-04-03 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1568 --- 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

[GitHub] trafficserver issue #1624: Http transaction debugging feature

2017-04-03 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1624 It would be better to make these normal transaction hooks and use the TSHttpHookAdd() function to add the hook. Then you can use the normal plugin.config to load the plugin

[GitHub] trafficserver pull request #1557: brotli support in gzip plugin

2017-03-29 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1557#discussion_r108756464 --- Diff: doc/admin-guide/plugins/gzip.en.rst --- @@ -141,6 +141,26 @@ will leave the header intact if the client provided it. - For when

[GitHub] trafficserver pull request #1557: brotli support in gzip plugin

2017-03-29 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1557#discussion_r108756275 --- Diff: doc/admin-guide/plugins/gzip.en.rst --- @@ -141,6 +141,26 @@ will leave the header intact if the client provided it. - For when

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-03-29 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 We should rip out enforce-brotli configuration option the same can be done with multiple configs like the example below. We might want to add an allow feature and use the ! syntax like

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-03-28 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 @myraid There was an issue with my build. I got it working. It would would be great to have debug and error warnings if you haven't built it with brotli and have it configured that way

[GitHub] trafficserver pull request #1612: Changed some of the HTTP/2 enums to enum c...

2017-03-28 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1612 --- 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

[GitHub] trafficserver pull request #1611: Convert HPACK enums to enum classes

2017-03-28 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1611 --- 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

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-03-27 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 I am testing out the plugin with this configuration and I am not getting to to compress using Brotli: ``` [bcall@C02R70EHG8WP-lm ~]$ tail -1 /usr/local/etc/trafficserver

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-03-27 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 Wouldn't it better to have an configuration such as: ``` compressible-path /this/*.js compressible-path /this/*.css # with supported-algothims br vs enforce

[GitHub] trafficserver pull request #1557: brotli support in gzip plugin

2017-03-27 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1557#discussion_r108296389 --- Diff: doc/admin-guide/plugins/gzip.en.rst --- @@ -162,6 +182,32 @@ might create a configuration with the following options:: disallow

[GitHub] trafficserver pull request #1557: brotli support in gzip plugin

2017-03-27 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1557#discussion_r108296418 --- Diff: doc/admin-guide/plugins/gzip.en.rst --- @@ -162,6 +182,32 @@ might create a configuration with the following options:: disallow

[GitHub] trafficserver pull request #1557: brotli support in gzip plugin

2017-03-27 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1557#discussion_r108296435 --- Diff: doc/admin-guide/plugins/gzip.en.rst --- @@ -162,6 +182,32 @@ might create a configuration with the following options:: disallow

[GitHub] trafficserver pull request #1612: Changed some of the HTTP/2 enums to enum c...

2017-03-27 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1612 Changed some of the HTTP/2 enums to enum classes and found a bug found a bug in is_client_state_writeable() You can merge this pull request into a Git repository by running: $ git

[GitHub] trafficserver pull request #1611: Convert HPACK enums to enum classes

2017-03-27 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1611 Convert HPACK enums to enum classes You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver hpack_enum_class

[GitHub] trafficserver pull request #1600: fix , remove not used array buf in rcv_dat...

2017-03-22 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1600 --- 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

[GitHub] trafficserver issue #1600: fix , remove not used array buf in rcv_data_frame...

2017-03-22 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1600 [approve ci] --- 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

[GitHub] trafficserver pull request #1573: #1481 Makes % work consistently, and...

2017-03-13 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1573#discussion_r105754317 --- Diff: proxy/logging/LogAccessHttp.cc --- @@ -71,7 +71,7 @@ LogAccessHttp::LogAccessHttp(HttpSM *sm) m_proxy_resp_content_type_str

[GitHub] trafficserver issue #1532: ATS 7.1 release running out of memory

2017-03-13 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1532 Information from 7.0.0 release running in production on the same server: ``` [bcall@e24 crash]$ ss -tn | awk '{print $4}' | grep -c ':80$' ; ss -tn | awk '{print $4}' | grep -c

[GitHub] trafficserver issue #1532: ATS 7.1 release running out of memory

2017-03-13 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1532 The problem I am seeing with 7.1 has to do with http2 client sessions not closing and releasing the `MIOBuffer`. I am running a test with 7.0.0 and seeing if the issue was there too

[GitHub] trafficserver pull request #1573: #1481 Makes % work consistently, and...

2017-03-13 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1573#discussion_r105724614 --- Diff: proxy/logging/LogAccessHttp.cc --- @@ -71,7 +71,7 @@ LogAccessHttp::LogAccessHttp(HttpSM *sm) m_proxy_resp_content_type_str

[GitHub] trafficserver issue #1571: StringView should be made compatible with std::st...

2017-03-13 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1571 👍 --- 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

[GitHub] trafficserver issue #1567: Diags scrubbing mechanism

2017-03-10 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1567 Please swash the commits. --- 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

[GitHub] trafficserver pull request #1566: Fix build by ordering the linked libraries...

2017-03-10 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1566 --- 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

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-03-10 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 @myraid I can see cases where someone might not want to spend the CPU resources on Brotli compression, but doesn't mind if the origin does Broli encoding. The plugin would compress

[GitHub] trafficserver issue #1566: Fix build by ordering the linked libraries.

2017-03-10 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1566 [approve ci] --- 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

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-03-09 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 It looks like brotli is on by default? It would be nice to have an option on what types of compression algorithms that you want to enable. --- If your project is set up for it, you can

[GitHub] trafficserver pull request #1557: brotli support in gzip plugin

2017-03-09 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1557#discussion_r105279083 --- Diff: plugins/gzip/gzip.cc --- @@ -95,18 +104,29 @@ gzip_data_alloc(int compression_type) } } + if(compression_type

[GitHub] trafficserver issue #1532: ATS 7.1 release running out of memory

2017-03-08 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1532 There is an issue with the number of real TCP connections, the stats that keeps track of the number of current client connections, and the number of http2 client sessions. All of them

[GitHub] trafficserver issue #1456: Add TCP accept metric which tracks the total numb...

2017-03-08 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1456 We should have a metric that tracks the total number of accepts at the TCP layer. I recommend that the name be inline with the current metrics `proxy.process.net.total_accepts

[GitHub] trafficserver issue #1557: brotli support in gzip plugin

2017-03-08 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1557 Added the requirements here: ``` Here are the requirements for supporting brotli encoding. If the Accept-Encoding has brotli, then the normalize AE should pick up brotli

[GitHub] trafficserver issue #1555: Support for brotli in gzip plugin.

2017-03-08 Thread bryancall
Github user bryancall closed the issue at: https://github.com/apache/trafficserver/issues/1555 --- 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 issue #1555: Support for brotli in gzip plugin.

2017-03-08 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1555 @myraid Issues don't need to be created if there is a PR for it. The PR for it is: #1557 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver pull request #1556: Force use of python3 for microserver

2017-03-08 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1556 --- 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

[GitHub] trafficserver pull request #1522: Ignore read and write errors if vio has be...

2017-03-07 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1522 --- 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

[GitHub] trafficserver issue #1544: AddressSanitizer failed to deallocate

2017-03-07 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1544 What version are you running? I am seeing the same errors with 7.1.0. --- 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 issue #1522: Ignore read and write errors if vio has been clea...

2017-03-06 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1522 @scw00 What are `server_entry->read_vio` and `data` set to when it asserts? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] trafficserver issue #1522: Ignore read and write errors if vio has been clea...

2017-03-06 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1522 Running the current PR under gdb with this macro to see if the optimization in the patch above would work. I don't think there is a case where error is set and triggered

[GitHub] trafficserver issue #1522: Ignore read and write errors if vio has been clea...

2017-03-06 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1522 I updated the PR to use oknet's recommendation. I am going to test a another version of this fix to be: ``` diff --git a/iocore/net/UnixNet.cc b/iocore/net/UnixNet.cc

[GitHub] trafficserver issue #1522: Ignore read and write errors if vio has been clea...

2017-03-06 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1522 @oknet Thank for the suggestion I am running in 7.1.0 in production with the change you mention above instead of this PR ``` diff --git a/iocore/net/UnixNet.cc b/iocore/net

[GitHub] trafficserver issue #1537: TS-4976: Regularize example plugin basic_auth.

2017-03-06 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1537 Looks like you removed a file and didn't add one. --- 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 issue #1538: Tests are failing on cache-generation-clear

2017-03-06 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1538 @dragon512 Here is the full output: https://da.gd/zDXXX --- 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 #1539: Signals fix

2017-03-06 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1539#discussion_r104453441 --- Diff: iocore/eventsystem/I_EThread.h --- @@ -56,7 +56,7 @@ enum ThreadType { DEDICATED, }; -extern volatile bool

[GitHub] trafficserver issue #1443: Assert on null t_state.transact_return_point

2017-03-05 Thread bryancall
Github user bryancall closed the issue at: https://github.com/apache/trafficserver/issues/1443 --- 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 issue #1443: Assert on null t_state.transact_return_point

2017-03-05 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1443 Looks like this should be closed since the PR for it was merged. Please reopen if need be. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver issue #1538: Tests are failing on cache-generation-clear

2017-03-05 Thread bryancall
GitHub user bryancall opened an issue: https://github.com/apache/trafficserver/issues/1538 Tests are failing on cache-generation-clear ``` [bcall@homer tests]$ time ./autest.sh --ats-bin /usr/local/bin Running Test basic:. Passed Running Test basic-cop:. Passed

[GitHub] trafficserver issue #1465: Add new testing system to the test subdirectory

2017-03-04 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1465 @zwoop Did you run the tests? --- 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

[GitHub] trafficserver issue #1532: ATS 7.1 release running out of memory

2017-03-03 Thread bryancall
GitHub user bryancall opened an issue: https://github.com/apache/trafficserver/issues/1532 ATS 7.1 release running out of memory Here is a backtrace from a bunch of cores I am getting from 7.1. They are mostly issues with memory allocation: [bcall@e24 ~]$ egrep '\#2 |\#3 |\#4

[GitHub] trafficserver issue #1465: Add new testing system to the test subdirectory

2017-03-02 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1465 Here is the full output from running the tests: https://da.gd/XOiCg --- 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

[GitHub] trafficserver issue #1465: Add new testing system to the test subdirectory

2017-03-02 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1465 I am seeing 4 failed tests. ``` [bcall@homer tests]$ ./autest.sh --ats-bin /usr/local/bin Running Test basic:. Passed Running Test basic-cop:. Passed Running Test

[GitHub] trafficserver issue #1524: Seeing a lot of CPU being used on atomics

2017-03-01 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1524 I believe this is not really an issue. --- 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

[GitHub] trafficserver issue #1524: Seeing a lot of CPU being used on atomics

2017-03-01 Thread bryancall
Github user bryancall closed the issue at: https://github.com/apache/trafficserver/issues/1524 --- 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 issue #1524: Seeing a lot of CPU being used on atomics

2017-03-01 Thread bryancall
GitHub user bryancall opened an issue: https://github.com/apache/trafficserver/issues/1524 Seeing a lot of CPU being used on atomics ``` - 22.49%22.20% traffic_server [.] ink_atomic_increment<int,

[GitHub] trafficserver issue #1523: ASAN segv when ramping up traffic to a production...

2017-03-01 Thread bryancall
GitHub user bryancall opened an issue: https://github.com/apache/trafficserver/issues/1523 ASAN segv when ramping up traffic to a production host ``` ASAN:SIGSEGV = ==38732==ERROR: AddressSanitizer: SEGV

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-01 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1522 Here is a workaround for issue #1401. I ran into issues with the read also coring. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] trafficserver pull request #1522: Ingore read and write errors if vio has be...

2017-03-01 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1522 Ingore read and write errors if vio has been cleared You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver

[GitHub] trafficserver issue #1379: Make sure to schedule connect event on correct th...

2017-02-28 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1379 @zwoop Yes, this needs to get backported. I ran into this issue testing the 7.1.x branch in production. --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver pull request #1457: fix TS-4195: crash when stop trafficserver

2017-02-27 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1457#discussion_r103324828 --- Diff: proxy/Main.cc --- @@ -460,7 +460,7 @@ proxy_signal_handler(int signo, siginfo_t *info, void *ctx) shutdown_event_system = true

[GitHub] trafficserver issue #1506: Wrong protocol version in the Via header

2017-02-27 Thread bryancall
GitHub user bryancall opened an issue: https://github.com/apache/trafficserver/issues/1506 Wrong protocol version in the Via header ``` [bcall@homer ats_ssl_config]$ nghttp -v https://127.0.0.1:4443/200.php [ 0.000] Connected The negotiated protocol: h2

[GitHub] trafficserver issue #1465: Add new testing system to the test subdirectory

2017-02-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1465 @dragon512 I am seeing some errors when running the tests: ``` Total of 15 test Unknown: 0 Exception: 0 Failed: 10 Warning: 0 kipped: 2 Passed: 3

[GitHub] trafficserver issue #1465: Add new testing system to the test subdirectory

2017-02-17 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1465 [approve ci] --- 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

[GitHub] trafficserver pull request #1458: Removed spaces at the end of the line on a...

2017-02-16 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1458 --- 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

[GitHub] trafficserver pull request #1458: Removed spaces at the end of the line on a...

2017-02-16 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1458 Removed spaces at the end of the line on all files Removed spaces at the end of the line on all files doing: `find . -type f | grep -v '\.git' | xargs -n1 perl -pi -e 's/\s+\n$/\n

[GitHub] trafficserver pull request #1454: Updates to the help output for tsxs

2017-02-16 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1454 --- 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

[GitHub] trafficserver issue #1456: Add TCP accept metric which tracks the total numb...

2017-02-16 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1456 Why are there tsconfig changes with 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 not have

[GitHub] trafficserver issue #1454: Updates to the help output for tsxs

2017-02-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1454 [approve ci] --- 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

[GitHub] trafficserver issue #1444: issue #1401: Potential fix to the write_to_io_net...

2017-02-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1444 This is the same type of hack I described in our Monday meeting. I don't think it is worth committing it. Tracking down what why this is broken and having a permanent fix would

[GitHub] trafficserver pull request #1454: Updates to the help output for tsxs

2017-02-15 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1454 Updates to the help output for tsxs You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver tsxs_help Alternatively

[GitHub] trafficserver pull request #1398: Configure option to disable CURL

2017-02-08 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1398 --- 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

[GitHub] trafficserver pull request #1398: Configure option to disable CURL

2017-02-07 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1398#discussion_r99880264 --- Diff: configure.ac --- @@ -220,6 +220,22 @@ AC_ARG_ENABLE([fast-sdk], AC_MSG_RESULT([$enable_fast_sdk]) TS_ARG_ENABLE_VAR([use], [fast

[GitHub] trafficserver pull request #1398: Configure option to disable CURL

2017-02-07 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1398#discussion_r99876962 --- Diff: cmd/traffic_top/Makefile.am --- @@ -17,13 +17,13 @@ # We only build traffic_top if libcurses and libcurl are available

[GitHub] trafficserver issue #1401: Segfault in write_to_net_io with 7.1.x

2017-02-06 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1401 (gdb) bt full #0 0x005150b0 in Mutex_trylock (m=0x0, t=0x2b44f3a6d010) at /home/bcall/dev/yahoo/build/_build/ats_build/../../trafficserver/iocore/eventsystem/I_Lock.h

[GitHub] trafficserver issue #1412: Assertion in HttpSM::tunnel_handler_post

2017-02-02 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1412 The event is VC_EVENT_INACTIVITY_TIMEOUT (value 105) when it asserts. --- 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 issue #1403: idempotent requests should be retryable irrespect...

2017-02-01 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1403 This is the PR for this issue: #1404 --- 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

[GitHub] trafficserver issue #1401: Segfault in write_to_net_io with 7.1.x

2017-01-31 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1401 What does the vc look like? --- 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

[GitHub] trafficserver pull request #1391: Allow configurable body factory response m...

2017-01-30 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1391 --- 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

[GitHub] trafficserver issue #1391: Allow configurable body factory response max size

2017-01-30 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1391 Still needs a clang-format. I will merge it and clang-format it once it is committed. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver pull request #1398: Configure option to disable CURL

2017-01-30 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1398 Configure option to disable CURL You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver no_curl Alternatively you

[GitHub] trafficserver issue #1391: Allow configurable body factory response max size

2017-01-30 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1391 [approve ci] --- 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

[GitHub] trafficserver issue #1248: TS-5070 Add configuration variables to set file p...

2017-01-30 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1248 Please squash commits before merging. --- 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

[GitHub] trafficserver issue #1391: Allow configurable body factory response max size

2017-01-30 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1391 Please run clang-format on the code. It is not passing CI. --- 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 issue #1391: Allow configurable body factory response max size

2017-01-30 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1391 [approve ci] --- 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

[GitHub] trafficserver issue #1391: Allow configurable body factory response max size

2017-01-30 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1391 [approve ci] --- 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

[GitHub] trafficserver issue #210: TS-3607: Integrate ats_pagespeed into the automake...

2017-01-30 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/210 Please reopen or create another pull request if you want to resolve this. --- 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 #210: TS-3607: Integrate ats_pagespeed into the a...

2017-01-30 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/210 --- 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

[GitHub] trafficserver pull request #761: TS-4332: proxy.config.net.connections_throt...

2017-01-30 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/761 --- 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

[GitHub] trafficserver issue #761: TS-4332: proxy.config.net.connections_throttle sho...

2017-01-30 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/761 Please reopen or create a new pull request if you still want to resolve this. --- 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 issue #1275: TS-5105: Do vc->con.setRemote(target) before sock...

2017-01-25 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1275 Please make sure pull requests are reviewed before merging. --- 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 #1380: Fixed issue where somaxconn was being set ...

2017-01-25 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1380 --- 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

[GitHub] trafficserver issue #1283: CID 1367526: CID 1367525 : money_trace/money_trac...

2017-01-25 Thread bryancall
Github user bryancall closed the issue at: https://github.com/apache/trafficserver/issues/1283 --- 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 issue #1279: CID 1367531: Uninitialized members (UNINIT_CTOR):...

2017-01-25 Thread bryancall
Github user bryancall closed the issue at: https://github.com/apache/trafficserver/issues/1279 --- 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 issue #1279: CID 1367531: Uninitialized members (UNINIT_CTOR):...

2017-01-25 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1279 This was closed in PR #1279 --- 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

[GitHub] trafficserver pull request #1380: Fixed issue where somaxconn was being set ...

2017-01-25 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1380 Fixed issue where somaxconn was being set to 0 on OSX and preventing ATS to work You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] trafficserver pull request #1373: #1279 - CID 1367531: Uninitialized members...

2017-01-25 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1373 --- 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

  1   2   3   4   >