summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/Messaging/MessagingUtilities.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/Messaging/MessagingUtilities.cs b/src/DotNetOpenAuth/Messaging/MessagingUtilities.cs
index c774e99..ee08ed0 100644
--- a/src/DotNetOpenAuth/Messaging/MessagingUtilities.cs
+++ b/src/DotNetOpenAuth/Messaging/MessagingUtilities.cs
@@ -54,7 +54,7 @@ namespace DotNetOpenAuth.Messaging {
/// <summary>
/// HTTP headers that must be copied using their proper properties instead of directly.
/// </summary>
- private static readonly string[] HeadersToNotCopy = new string[] { "Host", "Connection" };
+ private static readonly string[] HeadersToNotCopy = new string[] { "Host", "Connection", "Proxy-Connection" };
/// <summary>
/// Gets the original request URL, as seen from the browser before any URL rewrites on the server if any.