slogsdon / elixir-reverse-proxy

A Plug based, reverse proxy server written in Elixir.
https://hex.pm/packages/reverse_proxy
MIT License
147 stars 34 forks source link

Delete host header #11

Closed davidw closed 7 years ago

davidw commented 7 years ago

This fixes a bug here:

https://github.com/slogsdon/elixir-reverse-proxy/issues/2

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.297% when pulling bb8aad3b4f01c8cffa854c4059dab7e5521cae53 on davidw:fix_host_append into eb8cb246bb957b2b35bb8f3a8f29d3a1e0ccc15d on slogsdon:master.

slogsdon commented 7 years ago

Thanks, @davidw!