Merge pull request #689 from corburn/patch-1

Update 03.1.md
This commit is contained in:
astaxie
2016-07-20 13:31:05 +08:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ The term stateless doesn't mean that the server has no ability to keep a connect
In HTTP/1.1, Keep-alive is used by default. If clients have additional requests, they will use the same connection for them.
Notice that Keep-alive cannot maintian one connection forever; the application running in the server determines the limit with which to keep the connection alive for, and in most cases you can configure this limit.
Notice that Keep-alive cannot maintain one connection forever; the application running in the server determines the limit with which to keep the connection alive for, and in most cases you can configure this limit.
## Request instance