[GitHub] trafficserver issue #1088: TS-4915: Crash from hostdb in PriorityQueueLess

2016-10-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1088 I have been running this in production without an issue. However, I still have a comment in the code about the !empt() conditional and the bubble_up function call. --- If your project

[GitHub] trafficserver issue #1101: TS-4959: Remove remnants of old UA configurations...

2016-10-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1101 👍 - 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 #1096: TS-4955: Remove the global mutex from the ...

2016-10-12 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1096#discussion_r83042781 --- Diff: proxy/InkAPI.cc --- @@ -6663,8 +6661,7 @@ TSHttpTxnServerIntercept(TSCont contp, TSHttpTxn txnp) sdk_assert(sdk_sanity_check_mutex

[GitHub] trafficserver pull request #1095: TS-4956: Memory leaks in hostdb test

2016-10-11 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1095 TS-4956: Memory leaks in hostdb test You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4956 Alternatively

[GitHub] trafficserver pull request #1094: TS-4953: Memory leaks in priority queue te...

2016-10-11 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1094 --- 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 #1093: TS-4954: Use TSIOBufferCopy in the passthru examp...

2016-10-11 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1093 👍 - 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 #1094: TS-4953: Memory leaks in priority queue te...

2016-10-11 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1094 TS-4953: Memory leaks in priority queue test You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4953

[GitHub] trafficserver pull request #1088: TS-4915: Crash from hostdb in PriorityQueu...

2016-10-11 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1088#discussion_r82836137 --- Diff: lib/ts/PriorityQueue.h --- @@ -123,11 +129,18 @@ PriorityQueue<T, Comp>::erase(PriorityQueueEntry *entry)

[GitHub] trafficserver pull request #1088: TS-4915: Crash from hostdb in PriorityQueu...

2016-10-11 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1088#discussion_r82832753 --- Diff: lib/ts/PriorityQueue.h --- @@ -123,11 +129,18 @@ PriorityQueue<T, Comp>::erase(PriorityQueueEntry *entry)

[GitHub] trafficserver issue #1083: TS-4938: Avoid crashes due to NULL vc dereference...

2016-10-07 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1083 Why do we have to guard against the server_session server_vc being NULL now? What change occurred to require this or was it always possible? --- If your project is set up for it, you can

[GitHub] trafficserver pull request #1082: TS-4939: Print the debug tag in diagnostic...

2016-10-06 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1082 --- 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 #1082: TS-4939: Print the debug tag in diagnostic messag...

2016-10-06 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1082 👍 - code looks good and tested! --- 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 #1072: TS-4932: Add a passthru example plugin.

2016-10-03 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1072 More comments would be helpful since this is an example plugin. --- 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 #1072: TS-4932: Add a passthru example plugin.

2016-10-03 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1072 I didn't see any issues, but it would be good to test with a large POST body and response. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver issue #1069: Fix possibility of NULL assignment to std::string

2016-10-02 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1069 👍 - 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 #1063: TS-4909: Throttling based on resident memo...

2016-09-28 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1063 TS-4909: Throttling based on resident memory usage You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4909

[GitHub] trafficserver pull request #1036: TS-4882: TCP Fast Open support for server ...

2016-09-22 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1036#discussion_r80176377 --- Diff: iocore/eventsystem/SocketManager.cc --- @@ -108,3 +111,36 @@ SocketManager::close(int s) } while (res == -EINTR); return res

[GitHub] trafficserver pull request #1036: TS-4882: TCP Fast Open support for server ...

2016-09-21 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1036#discussion_r79952516 --- Diff: iocore/net/BIO_fastopen.cc --- @@ -0,0 +1,168 @@ +/** @file + * + * OpenSSL socket BIO that does TCP Fast Open

[GitHub] trafficserver pull request #1036: TS-4882: TCP Fast Open support for server ...

2016-09-21 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1036#discussion_r79950862 --- Diff: doc/admin-guide/files/records.config.en.rst --- @@ -3426,6 +3433,11 @@ Sockets are co-located and large numbers of sockets

[GitHub] trafficserver pull request #1036: TS-4882: TCP Fast Open support for server ...

2016-09-21 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1036#discussion_r79950331 --- Diff: doc/admin-guide/files/records.config.en.rst --- @@ -3388,13 +3388,19 @@ Sockets TCP_NODELAY (1) SO_KEEPALIVE (2

[GitHub] trafficserver pull request #1022: TS-4868: Add configs back and cleanup othe...

2016-09-15 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1022#discussion_r79073490 --- Diff: mgmt/RecordsConfig.cc --- @@ -834,6 +860,61 @@ static const RecordElement RecordsConfig

[GitHub] trafficserver pull request #978: TS-4026: Disable clustering

2016-09-14 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/978 --- 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 #1016: TS-4862: Unable to clear metrics.

2016-09-14 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1016 👍 - 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 #1014: TS-4861: Turn ECONNRESET into an end-of-file.

2016-09-14 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1014 👍 - 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 #1012: TS-4840: Crash when reattaching to C++ API Stats.

2016-09-14 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1012 👍 - 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 #1019: TS-4480: Fix memory leak with wildcard cert match...

2016-09-14 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1019 👍 - 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 #1018: TS-4833: Check stream is not closed when r...

2016-09-14 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1018 --- 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 #1018: TS-4833: Check stream is not closed when restart ...

2016-09-14 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1018 👍 - 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 #833: TS-3474: HTTP/2 Server Push support

2016-09-13 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/833 --- 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 #833: TS-3474: HTTP/2 Server Push support

2016-09-13 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/833 By removing TSUrlHttpQueryGet() I meant, I was always returning true in the function. Why are you determining if it should push based on the length of the query string in the URL

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

2016-09-12 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/857 --- 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 #857: TS-4732: Changing the do_io_read API so it can be ...

2016-09-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/857 I am going to go with this right now and open a bug for disable_read() and disable_write() --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver issue #978: TS-4026: Disable clustering

2016-09-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/978 👍 - 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 #877: TS-4755: Header Frequency plugin. Initial v...

2016-09-12 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/877 --- 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 #833: TS-3474: HTTP/2 Server Push support

2016-09-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/833 I had problems getting it to work. I had problems with the plugin failing from TSUrlHttpQueryGet() in the plugin. After removing TSUrlHttpQueryGet() from the plugin I am seeing many

[GitHub] trafficserver issue #993: TS-4068: Changes default for server_ports to inclu...

2016-09-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/993 👍 - Looks good, yay ipv6! --- 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 #994: TS-4831: Fix HTTP/2 update_read_request crash.

2016-09-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/994 👍 - 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 #995: TS-4731: Changes return codes for IsInternal APIs

2016-09-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/995 👍 - Looks good, but needs an update --- 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 #1004: TS-4641 Changes default for proxy.config.cache.ho...

2016-09-12 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1004 👍 - 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 #998: TS-4837: Add -Wextra to the build

2016-09-08 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/998 --- 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 #997: TS-4835: Stale while revalidate should only ignore...

2016-09-08 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/997 👍 - 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 #998: TS-4837: Add -Wextra to the build

2016-09-08 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/998 TS-4837: Add -Wextra to the build You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4837 Alternatively you

[GitHub] trafficserver pull request #989: TS-4828: gcc warning comparison between sig...

2016-09-08 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/989 --- 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 #989: TS-4828: gcc warning comparison between sig...

2016-09-07 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/989 TS-4828: gcc warning comparison between signed and unsigned integer e… …xpressions You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] trafficserver pull request #988: TS-4827: gcc warning xxx not explicitly ini...

2016-09-07 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/988 --- 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 #987: TS-4824: gcc enumeral and non-enumeral type...

2016-09-07 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/987 --- 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 #833: TS-3474: HTTP/2 Server Push support

2016-09-07 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/833 @maskit Can you please update this pull request? I would like to get this in this week. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver pull request #988: TS-4827: gcc warning xxx not explicitly ini...

2016-09-07 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/988 TS-4827: gcc warning xxx not explicitly initialized in the copy constructor You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall

[GitHub] trafficserver pull request #987: TS-4824: gcc enumeral and non-enumeral type...

2016-09-07 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/987 TS-4824: gcc enumeral and non-enumeral type in conditional expression You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall

[GitHub] trafficserver pull request #985: TS-4823: gcc ordered comparison of pointer ...

2016-09-07 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/985 --- 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 #982: TS-4811: gcc warning missing-field-initiali...

2016-09-07 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/982 --- 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 #985: TS-4823: gcc ordered comparison of pointer ...

2016-09-07 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/985 TS-4823: gcc ordered comparison of pointer with integer zero warnings You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall

[GitHub] trafficserver pull request #983: TS-4812: Unused member variables in NetHand...

2016-09-07 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/983 --- 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 #983: TS-4812: Unused member variables in NetHand...

2016-09-07 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/983 TS-4812: Unused member variables in NetHandler::NetHandler You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS

[GitHub] trafficserver pull request #982: TS-4811: gcc warning missing-field-initiali...

2016-09-07 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/982 TS-4811: gcc warning missing-field-initializers You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4811

[GitHub] trafficserver pull request #943: TS-4771: Remove config, stats, and docs for...

2016-09-07 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/943 --- 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 #946: TS-4767: Add warning for Linux AIO build op...

2016-09-07 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/946 --- 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 #943: TS-4771: Remove config, stats, and docs for ICP

2016-09-07 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/943 This pull request disables ICP, removes the configuration, APIs, and stats. I am breaking up removing ICP into pieces. Being that it is late in the release cycle it might be best to rip

[GitHub] trafficserver issue #966: TS-4026: Remove Clustering

2016-09-06 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/966 Looked over the code and I didn't see a problem. I applied the patches and it passed unit tests and regression. --- If your project is set up for it, you can reply to this email and have

[GitHub] trafficserver pull request #955: TS-4805: CID 1021743: Uninitialized scalar ...

2016-09-01 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/955 --- 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 #955: TS-4805: CID 1021743: Uninitialized scalar ...

2016-09-01 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/955#discussion_r77261351 --- Diff: iocore/net/UnixNet.cc --- @@ -289,7 +289,20 @@ initialize_thread_for_net(EThread *thread) // NetHandler method definitions

[GitHub] trafficserver issue #954: [TS-4457] Via header always reports http1

2016-09-01 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/954 👍 - 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 #955: TS-4805: CID 1021743: Uninitialized scalar ...

2016-09-01 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/955 TS-4805: CID 1021743: Uninitialized scalar field You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4805

[GitHub] trafficserver pull request #943: TS-4771: Remove config, stats, and docs for...

2016-08-31 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/943#discussion_r77093447 --- Diff: mgmt/RecordsConfig.cc --- @@ -1299,6 +1299,9 @@ static const RecordElement RecordsConfig[] = , {RECT_CONFIG

[GitHub] trafficserver issue #946: TS-4767: Add warning for Linux AIO build option

2016-08-31 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/946 @jpeach I don't think it is necessary to give a warning when running configure since the user has to give the option to add Linux AIO support with experimental in the name (--enable

[GitHub] trafficserver pull request #944: TS-4676: Remove TS_HTTP_READ_REQUEST_PRE_RE...

2016-08-30 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/944 --- 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 #946: TS-4767: Add warning for Linux AIO build op...

2016-08-30 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/946 TS-4767: Add warning for Linux AIO build option You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4767

[GitHub] trafficserver issue #918: TS-4725: Remove proxy.config.http.enable_url_expan...

2016-08-30 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/918 👍 --- 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 #944: TS-4676: Remove TS_HTTP_READ_REQUEST_PRE_RE...

2016-08-30 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/944 TS-4676: Remove TS_HTTP_READ_REQUEST_PRE_REMAP_HOOK You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4676

[GitHub] trafficserver pull request #943: TS-4771: Remove config, stats, and docs for...

2016-08-30 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/943 TS-4771: Remove config, stats, and docs for ICP You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4771

[GitHub] trafficserver pull request #924: TS-4786: Rename activity and inactivity tim...

2016-08-25 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/924 --- 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 #916: TS-4336: Rename MIMEParseResult values for better ...

2016-08-25 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/916 👍 - 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 #925: TS-4788: Add state machine ID to HttpTransact debu...

2016-08-25 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/925 👍 --- 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 #924: TS-4786: Rename activity and inactivity tim...

2016-08-25 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/924 TS-4786: Rename activity and inactivity timeout arguments You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS

[GitHub] trafficserver pull request #917: TS-4167: Change default value of proxy.conf...

2016-08-25 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/917 --- 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 #914: TS-4686 Moved hook-trace plugin to plugins/experim...

2016-08-24 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/914 Looks good and I tested the build. --- 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 #914: TS-4686 Moved hook-trace plugin to plugins/...

2016-08-24 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/914 --- 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 #912: TS-2470: Remove PCT metrics

2016-08-24 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/912 --- 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 #917: TS-4167: Change default value of proxy.conf...

2016-08-24 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/917 TS-4167: Change default value of proxy.config.http2.active_timeout_in You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall

[GitHub] trafficserver issue #916: TS-4336: Rename MIMEParseResult values for better ...

2016-08-24 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/916 Looking at the change I think it would be better to have a generically named parse result codes since we are using them for everything including URL parsing too. --- If your project

[GitHub] trafficserver pull request #910: TS-1509: Remove TS_PARSE_OK constant

2016-08-24 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/910 --- 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 #915: TS-4780: Fix Coverity dead code warning.

2016-08-24 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/915 👍 - 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 #910: TS-1509: Remove TS_PARSE_OK constant

2016-08-24 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/910 @jpeach I updated `MIMEParseResult` to have the same values as TSParseResult. I will file a bug for getting rid of `MIMEParseResult::PARSE_OK` and now that the value is only used

[GitHub] trafficserver pull request #911: TS-2220: Rename proxy.config.http.anonymize...

2016-08-24 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/911 --- 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 #912: TS-2470: Remove PCT metrics

2016-08-23 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/912 TS-2470: Remove PCT metrics You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-2470 Alternatively you can

[GitHub] trafficserver pull request #911: TS-2220: Rename proxy.config.http.anonymize...

2016-08-23 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/911 TS-2220: Rename proxy.config.http.anonymize_insert_client_ip Rename proxy.config.http.anonymize_insert_client_ip to proxy.config.http.insert_client_ip You can merge this pull request

[GitHub] trafficserver pull request #910: TS-1509: Remove TS_PARSE_OK constant

2016-08-23 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/910 TS-1509: Remove TS_PARSE_OK constant You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-1509 Alternatively

[GitHub] trafficserver pull request #907: TS-3826: Traffic Server adds body "No Conte...

2016-08-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/907 --- 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 #895: TS-4700: Change the default timeout for HTT...

2016-08-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/895 --- 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 #886: TS-4217: Change stream state after sending HEADERS...

2016-08-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/886 👍 - Looks great! --- 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 #897: TS-4772: Add delay and max-age control to the gene...

2016-08-23 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/897 Instead of headers I would like to seem them in the URL. Possibly as query parameters. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver pull request #907: TS-3826: Traffic Server adds body "No Conte...

2016-08-23 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/907 TS-3826: Traffic Server adds body "No Content" to 204 response You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/tra

[GitHub] trafficserver pull request #905: TS-4335: Remove the option to disable/enabl...

2016-08-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/905 --- 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 #905: TS-4335: Remove the option to disable/enabl...

2016-08-23 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/905 TS-4335: Remove the option to disable/enable TLS compression You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver

[GitHub] trafficserver pull request #898: TS-4345: Change defaults for ERROR to not l...

2016-08-23 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/898 --- 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 #896: TS-4374: Remove lighthttpd_mod_generator

2016-08-22 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/896 --- 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 #898: TS-4345: Change defaults for ERROR to not l...

2016-08-22 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/898 TS-4345: Change defaults for ERROR to not log to syslogs since it can… … potentially flood syslogs You can merge this pull request into a Git repository by running: $ git pull

[GitHub] trafficserver pull request #896: TS-4374: Remove lighthttpd_mod_generator

2016-08-22 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/896 TS-4374: Remove lighthttpd_mod_generator You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4374

[GitHub] trafficserver pull request #894: TS-4513: Error when building with gcc 6.1.1...

2016-08-22 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/894 --- 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 #895: TS-4700: Change the default timeout for HTT...

2016-08-22 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/895 TS-4700: Change the default timeout for HTTP/2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4700

<    1   2   3   4   >