Commit 756342b
Update Proxy-Support check to be case insensitive (#79620)
RFC4559 does not specify that the Proxy-Support header value used to
determine if the proxy server will honour client server authentication
integrity is case sensitive. Updating the check to be case insensitive
to prevent failures when value is supplied using differences in case.
Fix #61414
Co-authored-by: Christopher Wood <chris@thetoxiczone.com>1 parent 28110f4 commit 756342b
File tree
1 file changed
+1
-1
lines changed- src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments