fix: access logs header names filtering is case insensitive

This commit is contained in:
Mickael Jeanroy
2020-07-16 17:36:04 +02:00
committed by GitHub
parent fae2d93525
commit 45f52ca29c
3 changed files with 115 additions and 9 deletions

View File

@@ -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 (