Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrutiVerma97 committed Jan 12, 2022
1 parent 4dbc7eb commit 6de3dbf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions zio-http/src/main/scala/zhttp/http/Middleware.scala
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,6 @@ object Middleware {
(HeaderNames.setCookie, Cookie.decodeResponseCookie(h._2.toString).get.sign(secret).encode)
}

// h => {
// Headers(
// h.toList.collect {
// case h if contentEqualsIgnoreCase(h._1, HeaderNames.setCookie) => {
// (HeaderNames.setCookie, Cookie.decodeResponseCookie(h._2.toString).get.sign(secret).encode)
// }
// },
// )
// })

/**
* Creates a new constants middleware that always executes the app provided, independent of where the middleware is
* applied
Expand Down

1 comment on commit 6de3dbf

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Performance Benchmark:

Concurrency: 256
Requests/sec: 839189.49

Please sign in to comment.