Skip to content

Commit

Permalink
fix(ci): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Nov 30, 2023
1 parent c9004d6 commit 5f98381
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/middleware/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func (r *CustomWriter) Send() (int, error) {
defer r.Buf.Reset()
b := esi.Parse(r.Buf.Bytes(), r.Req)
maps.Copy(r.Rw.Header(), r.Headers)
r.Header().Del("Content-Length")
r.Header().Del(rfc.StoredLengthHeader)
r.Header().Del(rfc.StoredTTLHeader)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f98381

Please sign in to comment.