nickel-org / nickel.rs

An expressjs inspired web framework for Rust

Home Page:http://nickel-org.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nickel won't understand KeepAlive requests

Razican opened this issue · comments

As it can be seen here: https://users.rust-lang.org/t/subsequent-hyper-requests-to-nickel-not-working-as-expected/7046/3

Subsequent requests with the KeepAlive header won't be understood by Nickel and it will show a 404 header.

Seems I was doing it wrong, closing the issue.