add deploy command
This commit is contained in:
parent
798d3629c7
commit
6d6bbe0840
|
@ -44,6 +44,12 @@ Then:
|
|||
make test
|
||||
```
|
||||
|
||||
## Deploy
|
||||
|
||||
```
|
||||
fly deploy
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
[MPL](./COPYING)
|
||||
[MPL](./COPYING).
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue