Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YasasRangika committed Jan 25, 2023
1 parent 7775109 commit 5a9bb95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"transport.binary.receiver.parameters.ciphers": "transport.binary.receiver.parameters.ciphers",
"synapse_properties.synapse_commons_json_buildValidNCNames": "synapse_properties.'synapse.commons.json.buildValidNCNames'",
"transport.http.socket_timeout": "passthru_http.'http.socket.timeout'",
"transport.http.block_service_list": "passthru_http.'http.block_service_list'",
"transport.http.core_worker_pool_size": "passthru_http.worker_pool_size_core",
"transport.http.max_worker_pool_size": "passthru_http.worker_pool_size_max",
"transport.http.worker_pool_queue_length": "passthru_http.worker_pool_queue_length",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
## Pass-through HTTP transport specific tuning parameters
{% for key,value in passthru_http.items() %}
{{key}}={{value}}
{% endfor %}
{% endfor %}

{% if transport.http.block_service_list is defined %}
http.headers.preserve={% for property in transport.http.preserve_http_headers %}{{property}}{% if loop.index < transport.http.preserve_http_headers|length %},{% endif %}{% endfor %}
{% endif %}

0 comments on commit 5a9bb95

Please sign in to comment.