akirikovich / html-server

2 stars 1 forks source link

Add 404's response handling #5

Closed vitkarpov closed 10 years ago

vitkarpov commented 10 years ago

There's ofter case:

<a href="some-wrong-page.html">Let's check 404's page</a>

When server receives that request it should send 404 with some default message

vitkarpov commented 10 years ago

Include that into another pull request. It's a little thing.