[GitHub] trafficserver issue #825: TS-4694: Some refactoring after SPDY is removed

2016-07-26 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/825 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 #826: TS-3620: Enable HTTP/2 by default

2016-07-27 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/826 --- 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 #753: Proposal: NetVC Context

2016-07-27 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/753#discussion_r72400929 --- Diff: iocore/net/I_NetVConnection.h --- @@ -40,6 +40,13 @@ #define SSL_EVENT_SERVER 0 #define SSL_EVENT_CLIENT 1

[GitHub] trafficserver pull request #828: TS-4645: traffic_top doesn't start

2016-07-27 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/828 TS-4645: traffic_top doesn't start You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4645 Alternatively you

[GitHub] trafficserver pull request #793: TS-4651: ASAN issue with gcc 6.1.1

2016-07-12 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/793 --- 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 #794: TS-4652: ASAN issue in logging with gcc 6.1.1

2016-07-14 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/794 The length of the file is 256 in the dirent structure. All the OSes we support fall within that size. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #794: TS-4652: ASAN issue in logging with gcc 6.1.1

2016-07-14 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/794 Here is a good list on the limits of filename sizes: https://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits --- If your project is set up for it, you can reply to this email

[GitHub] trafficserver pull request #794: TS-4652: ASAN issue in logging with gcc 6.1...

2016-07-14 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/794 --- 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 #826: TS-3620: Enable HTTP/2 by default

2016-07-26 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/826 TS-3620: Enable HTTP/2 by default You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-3620 Alternatively you

[GitHub] trafficserver pull request #828: TS-4645: traffic_top doesn't start

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

2016-07-27 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/761 Having a throttling setting to work would mean that it would need to be lower then the combination of the incoming and outgoing connection settings. I think it is confusing to have another

[GitHub] trafficserver pull request #847: TS-4729: Remove dead assaignment in Http2St...

2016-08-10 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/847#discussion_r74278773 --- Diff: proxy/http2/Http2Stream.cc --- @@ -509,7 +509,7 @@ Http2Stream::update_write_request(IOBufferReader *buf_reader, int64_t write_len

[GitHub] trafficserver issue #857: TS-4732: Changing the do_io_read API so it can be ...

2016-08-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/857 Yeah, I started down the path of disable_read() and disable_write(), then ran into having to implemented the methods in multiple locations (pluginvc) when declaring them pure virtual

[GitHub] trafficserver pull request #864: TS-4751: Prune cached headers before mergin...

2016-08-12 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/864#discussion_r74672814 --- Diff: proxy/http/HttpTransact.cc --- @@ -4785,27 +4785,34 @@ HttpTransact::merge_and_update_headers_for_cache_update(State *s

[GitHub] trafficserver pull request #857: TS-4732: Changing the do_io_read API so it ...

2016-08-12 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/857 TS-4732: Changing the do_io_read API so it can be called with NULL and 0 byte values. Allowing do_io_read and do_io_write to not warn on closed connection when we are only trying

[GitHub] trafficserver pull request #794: TS-4652: ASAN issue in logging with gcc 6.1...

2016-07-12 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/794 TS-4652: ASAN issue in logging with gcc 6.1.1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4652

[GitHub] trafficserver pull request #771: TS-4612: Proposal: InactivityCop Optimize

2016-07-19 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/771#discussion_r71292554 --- Diff: iocore/net/UnixNetVConnection.cc --- @@ -1304,9 +1305,10 @@ UnixNetVConnection::connectUp(EThread *t, int fd) SET_HANDLER

[GitHub] trafficserver pull request #762: TS-4601: Connection error from origin_max_c...

2016-07-19 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/762#discussion_r71290755 --- Diff: proxy/http/HttpConfig.cc --- @@ -809,6 +809,8 @@ register_stat_callbacks() (int)https_incoming_requests_stat

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

2016-07-19 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/761 I don't think it is a good idea to add another configuration value for limiting connections. We already have proxy.config.net.max_connections_in for limiting the number of connections

[GitHub] trafficserver pull request #771: TS-4612: Proposal: InactivityCop Optimize

2016-07-19 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/771#discussion_r71293917 --- Diff: iocore/net/UnixNet.cc --- @@ -465,6 +433,9 @@ NetHandler::mainNetEvent(int event, Event *e) epd = (EventIO *)get_ev_data(pd, x

[GitHub] trafficserver issue #798: TS-4653: esi plugin - disable HTTP_COOKIE variable...

2016-07-20 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/798 @shukitchan Overall it looks good. I had one minor comment. --- 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 #813: TS-4652 Fixes log field initialization, previously...

2016-07-20 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/813 👍 --- 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 #798: TS-4653: esi plugin - disable HTTP_COOKIE v...

2016-07-20 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/798#discussion_r71495348 --- Diff: plugins/experimental/esi/lib/Variables.cc --- @@ -357,9 +357,25 @@ Variables::_parseCookieString(const char *str, int str_len

[GitHub] trafficserver pull request #771: TS-4612: Proposal: InactivityCop Optimize

2016-07-20 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/771#discussion_r71490006 --- Diff: iocore/net/UnixNet.cc --- @@ -465,6 +433,9 @@ NetHandler::mainNetEvent(int event, Event *e) epd = (EventIO *)get_ev_data(pd, x

[GitHub] trafficserver pull request #771: TS-4612: Proposal: InactivityCop Optimize

2016-07-20 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/771#discussion_r71512654 --- Diff: iocore/net/UnixNet.cc --- @@ -465,6 +433,9 @@ NetHandler::mainNetEvent(int event, Event *e) epd = (EventIO *)get_ev_data(pd, x

[GitHub] trafficserver pull request #793: TS-4651: ASAN issue with gcc 6.1.1

2016-07-12 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/793 TS-4651: ASAN issue with gcc 6.1.1 Changed the way the atomic swap is being done You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] trafficserver issue #771: TS-4612: Proposal: InactivityCop Optimize

2016-07-22 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/771 @zwoop Yes, this should be merged after the clang-format. --- 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 #864: TS-4751: Prune cached headers before merging the u...

2016-08-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/864 @jpeach I would be OK with deleting the Expires header, but I think we should keep the Cache-Control, Last-Modified, and Vary. --- If your project is set up for it, you can reply

[GitHub] trafficserver issue #351: TS-4042: Add feature to buffer request body before...

2016-08-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/351 Looking over the pull request I didn't see any limits on how much is going to be buffered on the server. It might be good to start the transfer to the origin once a configurable limite

[GitHub] trafficserver issue #868: TS-4719: Make AIO threads interleave memory across...

2016-08-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/868 👍 - 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

[GitHub] trafficserver issue #858: TS-4184 Makes -std=c++11 mandatory

2016-08-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/858 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 issue #864: TS-4751: Prune cached headers before merging the u...

2016-08-17 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/864 👍 - 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

[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 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 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 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 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 #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 #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 #1349: TS-5079: logging enhancements around OCSP

2017-01-23 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1349#discussion_r97462157 --- Diff: iocore/net/OCSPStapling.cc --- @@ -290,7 +294,7 @@ process_responder(OCSP_REQUEST *req, char *host, char *path, char *port, int req

[GitHub] trafficserver issue #1361: Issue #1358: Add server_connect_end in slow log

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1361 👍 - 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

[GitHub] trafficserver pull request #1361: Issue #1358: Add server_connect_end in slo...

2017-01-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1361 --- 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 #1272: TS-5104: Correct the calculation of max_dn...

2017-01-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1272 --- 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 #871: TS-4733: Skip modifying response length for...

2017-01-23 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/871#discussion_r97472812 --- Diff: proxy/http/HttpTransact.cc --- @@ -8059,12 +8059,8 @@ HttpTransact::build_response(State *s, HTTPHdr *base_response, HTTPHdr *outgoing

[GitHub] trafficserver issue #871: TS-4733: Skip modifying response length for HEAD r...

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/871 [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 so

[GitHub] trafficserver pull request #871: TS-4733: Skip modifying response length for...

2017-01-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/871 --- 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 #1180: TS-4991: jtest should handle Range requests.

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1180 I had to manually commit it via the command line because it didn't have an updated clang-format. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #1272: TS-5104: Correct the calculation of max_dns_looku...

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1272 [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 #1370: Issue #1369: proxy.config.http.server_max_connect...

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1370 Please don't create issues if you have a PR for it. --- 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 #1364: Issue #1359: Flaw in TS-2157 port in server addre...

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1364 TS-2157 pull request: #182 --- 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 #588: TS-4291 Adds log field "pqnhl" which ignore...

2017-01-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/588 --- 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-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/761 I haven't seen an update to this PR for awhile. I will close it in a week if it hasn't been updated. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #351: TS-4042: Add feature to buffer request body before...

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/351 I haven't seen an update to this PR for awhile. I will close it in a week if it hasn't been updated. --- If your project is set up for it, you can reply to this email and have your reply

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

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/210 I haven't seen an update to this PR for awhile. I will close it in a week if it hasn't been updated. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #1364: Issue #1359: Flaw in TS-2157 port in server addre...

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1364 👍 - 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

[GitHub] trafficserver pull request #1364: Issue #1359: Flaw in TS-2157 port in serve...

2017-01-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1364 --- 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 #1245: TS-5076: Test and set the in_enabled_list ...

2017-01-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1245 --- 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 #1180: TS-4991: jtest should handle Range requests.

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1180 [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 #1309: Fixes for building with LibreSSL

2017-01-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1309 @jablko It looks like there is going to be a merge conflict if you commit this and then #1313. That is what I am seeing when I am testing it on my server: patching file example

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

2017-01-24 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1373 #1279 - CID 1367531: Uninitialized members (UNINIT_CTOR): proxy/main.cc You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall

[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 #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 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 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 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 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 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 #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 [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 #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 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 #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 #1341: openssl errors for every request

2017-01-25 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1341 This has been resloved --- 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

[GitHub] trafficserver issue #1341: openssl errors for every request

2017-01-25 Thread bryancall
Github user bryancall closed the issue at: https://github.com/apache/trafficserver/issues/1341 --- 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 #1344: Origin SNI

2017-01-25 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/issues/1344 @brkishore Only committers can have issues assigned to them. It is a limitation of GitHub. Please submit a PR for it once you have a fix. Thank you! --- If your project

[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

[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 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 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 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 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 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 pull request #1349: TS-5079: logging enhancements around OCSP

2017-01-24 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1349 --- 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 #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 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 #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 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 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-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 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 #1294: TS-5059: Port TCP Fast Open BIO to OpenSSL...

2017-01-17 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1294 --- 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 #1309: Fixes for building with LibreSSL

2017-01-17 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1309#discussion_r96547120 --- Diff: example/cppapi/websocket/WSBuffer.cc --- @@ -157,7 +157,7 @@ WSBuffer::read_buffered_message(std::string , int ) std::string

[GitHub] trafficserver issue #1309: Fixes for building with LibreSSL

2017-01-18 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1309 Is this pull request needed anymore after #1313 ? --- 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 #881: TS-4766: HTTP/2 frame corruption fix.

2016-08-19 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/881 👍 - 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

[GitHub] trafficserver pull request #856: TS-4749: generate warning message when orig...

2016-08-19 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/856#discussion_r75507271 --- Diff: proxy/http/HttpSM.cc --- @@ -4865,12 +4865,13 @@ HttpSM::do_http_server_open(bool raw) md5_ctx.hash_immediate(hostname_hash

[GitHub] trafficserver pull request #877: TS-4755: Header Frequency plugin. Initial v...

2016-08-19 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/877#discussion_r75506303 --- Diff: plugins/experimental/header_freq/header_freq.cc --- @@ -0,0 +1,260 @@ +/** @file + + This plugin counts the number of times

[GitHub] trafficserver issue #867: TS-2048 Avoids scheduling CFLUS compressor when no...

2016-08-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/867 👍 - 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

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

2016-08-15 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/351#discussion_r74867804 --- Diff: plugins/request_buffer/request_buffer.cc --- @@ -0,0 +1,119 @@ +/* request_buffer.cc - Plugin to enable request buffer for the given

  1   2   3   4   >