Commit 721e9fc
authored
Update Proxy-Support check to be case insensitive (#61446)
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 #614141 parent 00e9312 commit 721e9fc
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