[GitHub] trafficserver pull request #1098: TS-4961: Use default accept thread config ...

2016-10-12 Thread jpeach
Github user jpeach closed the pull request at:

https://github.com/apache/trafficserver/pull/1098


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1098: TS-4961: Use default accept thread config ...

2016-10-12 Thread jpeach
GitHub user jpeach opened a pull request:

https://github.com/apache/trafficserver/pull/1098

TS-4961: Use default accept thread config for plugin accepts.

Since TSPortDescriptorAccept and TSPluginDescriptorAccept don't have
a way to specify the number of threads, pass -1 to make_net_accept()
so that it uses the default from proxy.config.accept_threads.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jpeach/trafficserver fix/4961

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1098.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1098


commit 9b066f4c3f04b76df5e415d037611de09d85f4fc
Author: James Peach 
Date:   2016-10-12T19:06:15Z

TS-4961: Use default accept thread config for plugin accepts.

Since TSPortDescriptorAccept and TSPluginDescriptorAccept don't have
a way to specify the number of threads, pass -1 to make_net_accept()
so that it uses the default from proxy.config.accept_threads.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---