mitchell852 commented on a change in pull request #5458:
URL: https://github.com/apache/trafficcontrol/pull/5458#discussion_r564184583
##########
File path:
traffic_portal/app/src/common/modules/form/deliveryService/form.deliveryService.HTTP.tpl.html
##########
@@ -403,13 +403,15 @@ <h3>Current Value</h3>
<div class="form-group" ng-class="{'has-error':
hasError(cacheConfig.maxRequestHeaderBytes), 'has-feedback':
hasError(cacheConfig.maxRequestHeaderBytes)}">
<label class="has-tooltip control-label col-md-2
col-sm-2 col-xs-12" for="maxRequestHeaderBytes">Max Request Header Bytes<div
class="helptooltip">
<div class="helptext">
- The maximum size (in bytes) of the request
headers for this particular delivery service. Clearing this will result in the
default (131072) being set for this DS.
+ The maximum size (in bytes) of the request
headers for this particular delivery service. Clearing this will result in the
default <code>(0)</code> being set for this DS.
Review comment:
sorry to nit. How about this?
The maximum size (in bytes) of the request headers for this particular
delivery service. The default value is <code>0</code> which will limit the
request headers size to the value defined by the <a
href="https://docs.trafficserver.apache.org/en/8.0.x/admin-guide/files/records.config.en.html#proxy-config-http-request-header-max-size"
target="_blank">proxy.config.http.request_header_max_size</a> parameter.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]