Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tearshark/cinatra
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
tearshark committed Feb 28, 2018
2 parents e858a62 + 78e46a2 commit fcd69f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ cinatra目前支持了multipart和octet-stream格式的上传。

## 示例7:io_service_inplace
本代码演示如何使用io_service_inplace,然后自己控制http server的运行线程以及循环。
使用 [http://[::1]:8080/close](http://[::1]:8080/close "http://[::1]:8080/close") (IPv6) 或者 [http://127.0.0.1:8080/close](http://127.0.0.1:8080/close "http://127.0.0.1:8080/close") (IPv4) 来关闭http server。
使用 [http://[::1]:8080/close] (IPv6) 或者 [http://127.0.0.1:8080/close] (IPv4) 来关闭http server。

#include "http_server.hpp"
using namespace cinatra;
Expand Down

0 comments on commit fcd69f1

Please sign in to comment.