IanTeo / cs3219-Project

0 stars 0 forks source link

Http error handling #36

Closed IanTeo closed 7 years ago

IanTeo commented 7 years ago

There is a small bug in the codes that prevent the url from being loaded correctly. When the user does not input the queryString (the "?name=Ian&year=200"), the server would not handle the request (404).

With this change, the server will respond with the appropriate help message or Invalid Command otherwise.