Update 03.1.md
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user