Commit 11023c0
authored
outbound-http: Remove host header with http2 (#3194)
The HTTP/2 spec allows the host header to be set as long as it matches
:authority, but some servers seem to have trouble accepting this
reality: hyperium/hyper#3298
Signed-off-by: Lann Martin <[email protected]>1 parent cb47654 commit 11023c0
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
334 | 338 | | |
335 | 339 | | |
336 | 340 | | |
| |||
0 commit comments