Browse Source

Gitbook Auto Published

Willin Wang 8 years ago
parent
commit
066da2b5f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      basic/http.md

+ 1 - 1
basic/http.md

@@ -32,4 +32,4 @@ Web服务中,默认HTTP的端口号为80,HTTPS的端口号为443。
 
 如: `Keep-Alive: timeout=5, max=100`
 
-表示会话保持`5s`,最多常识`100次`,时间单位为秒。
+表示会话保持`5s`,最多尝试`100次`,时间单位为秒。