BBlack has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/323866 )

Change subject: tlsproxy: be explicit about Conn:close
......................................................................


tlsproxy: be explicit about Conn:close

Bug: T107749
Change-Id: I62ae947e3f34bc95711bd0822c23b199a8994360
---
M modules/tlsproxy/templates/localssl.erb
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/modules/tlsproxy/templates/localssl.erb 
b/modules/tlsproxy/templates/localssl.erb
index 1fdd231..9216c41 100644
--- a/modules/tlsproxy/templates/localssl.erb
+++ b/modules/tlsproxy/templates/localssl.erb
@@ -45,6 +45,8 @@
 <% if @websocket_support -%>
                proxy_set_header Upgrade $http_upgrade;
                proxy_set_header Connection $connection_upgrade;
+<% else -%>
+               proxy_set_header Connection close; # should be default
 <% end -%>
 
                # this should be in sync with Varnish's first_byte_timeout

-- 
To view, visit https://gerrit.wikimedia.org/r/323866
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I62ae947e3f34bc95711bd0822c23b199a8994360
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to