Explorar el Código

【修改】细节错误改动

chenyong hace 7 años
padre
commit
d0db6f4e44
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      docs/README.md
  2. 1 1
      src/webclient.c

+ 1 - 0
docs/README.md

@@ -14,4 +14,5 @@
 |[user-guide.md](user-guide.md)     |使用指南|
 |[user-guide.md](user-guide.md)     |使用指南|
 |[api.md](api.md)                   |API 说明|
 |[api.md](api.md)                   |API 说明|
 |[samples.md](samples.md)           |示例说明|
 |[samples.md](samples.md)           |示例说明|
+|[migration-guide.md](migration-guide.md)  |迁移指南|
 
 

+ 1 - 1
src/webclient.c

@@ -545,7 +545,7 @@ int webclient_resp_status_get(struct webclient_session *session)
  *
  *
  * @param session webclient session
  * @param session webclient session
  *
  *
- * @return response status code
+ * @return response content length
  */
  */
 int webclient_content_length_get(struct webclient_session *session)
 int webclient_content_length_get(struct webclient_session *session)
 {
 {