fix: keep accept header (#1291)
Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
parent
3b0005a052
commit
474a8d0e5c
|
|
@ -338,7 +338,7 @@ var hopHeaders = []string{
|
|||
"Upgrade",
|
||||
|
||||
// remove by dragonfly
|
||||
"Accept",
|
||||
// "Accept", Accept header should not be removed, issue: https://github.com/dragonflyoss/Dragonfly2/issues/1290
|
||||
"User-Agent",
|
||||
"X-Forwarded-For",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue