fix: access logs header names filtering is case insensitive
This commit is contained in:
parent
fae2d93525
commit
45f52ca29c
3 changed files with 115 additions and 9 deletions
|
@ -16,9 +16,10 @@ It has these top-level messages:
|
|||
package helloworld
|
||||
|
||||
import (
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
fmt "fmt"
|
||||
math "math"
|
||||
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
)
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue