我正在构建一个新服务,当我卷曲它时,我看到一条消息Curl_http_done:称为过早.我找不到任何关于它意味着什么的文档,我想知道我的服务是否符合某些http规范?
? ~ git:(master) ? curl localhost:6764/health -vv
* Trying ::1...
* TCP_NODELAY set
* Connected to localhost (::1) port 6764 (#0)
> GET /health HTTP/1.1
> Host: localhost:6764
> User-Agent: curl/7.51.0
> Accept: */*
>
< HTTP/1.1 200 OK
< content-encoding: application/json
< content-length: 16
< connection: close
<
{"status":"ok"}
* Curl_http_done: called premature == 0
* Closing connection 0
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
8864 次 |
最近记录: |