Commit bf3793f862d3166c595b213e21035efad9179a5e
1 parent
9193ea96
Cleaning unused code
Showing
1 changed file
with
0 additions
and
12 deletions
Show diff stats
calexium_lib/web/CXM_multihost_http_server.anubis
| ... | ... | @@ -2815,18 +2815,6 @@ define String |
| 2815 | 2815 | redirection_fn(f) then f(uri, host) |
| 2816 | 2816 | } |
| 2817 | 2817 | }. |
| 2818 | - | |
| 2819 | - if headers is | |
| 2820 | - { | |
| 2821 | - [ ] then uri, | |
| 2822 | - [h . t] then if h is http_header(name,value) then | |
| 2823 | - if name = "host" then | |
| 2824 | - | |
| 2825 | - else | |
| 2826 | - handle_redirection(redirections,uri,t) | |
| 2827 | - }. | |
| 2828 | - | |
| 2829 | - | |
| 2830 | 2818 | |
| 2831 | 2819 | |
| 2832 | 2820 | ... | ... |