add deploy command
This commit is contained in:
parent
798d3629c7
commit
6d6bbe0840
|
@ -44,6 +44,12 @@ Then:
|
||||||
make test
|
make test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Deploy
|
||||||
|
|
||||||
|
```
|
||||||
|
fly deploy
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## 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)!;
|
io::writeall(buf, filecontent)!;
|
||||||
|
|
||||||
|
|
||||||
http::response_write(
|
http::response_write(
|
||||||
serv_req.socket,
|
serv_req.socket,
|
||||||
http::STATUS_OK,
|
http::STATUS_OK,
|
||||||
|
|
Loading…
Reference in a new issue