Skip to content

Commit

Permalink
correct interface type passed to the GetHeaders (#728)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Sep 24, 2024
1 parent ba4d69a commit bfe49e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pkg/request/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package request

import (
"github.com/envoyproxy/envoy/contrib/golang/common/go/api"
"mosn.io/htnn/api/pkg/filtermanager/api"
)

// GetHeaders returns a plain map represents the headers. The returned headers won't
Expand Down

0 comments on commit bfe49e3

Please sign in to comment.