diff --git a/README.md b/README.md index 9ec6372..c3f1454 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ Then: make test ``` +## Deploy + +``` +fly deploy +``` + ## License -[MPL](./COPYING) +[MPL](./COPYING). diff --git a/cmd/httpd/main.ha b/cmd/httpd/main.ha index 186cb81..abc7a5a 100644 --- a/cmd/httpd/main.ha +++ b/cmd/httpd/main.ha @@ -168,7 +168,6 @@ fn handle_file(buf: *io::stream, serv_req: *http::server_request) (void | notfou io::writeall(buf, filecontent)!; - http::response_write( serv_req.socket, http::STATUS_OK,