File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Akka Http is not a webframework. It's an Akka based implementation of asynchrono
5
5
Each request will have own actor. Actor will live until async request is processed and completed or time is out.
6
6
Processing of async request is divided by different unit of work. All these work units will be processed one by one, however
7
7
Actor may receive one of the javax.servlet.AsyncEvent between. In case of Error, Timeout or Complete events actor will stop processing and shutdown.
8
- So all work untis will be droped .
8
+ So all work units left will be dropped .
9
9
10
10
Examples
11
11
========
20
20
21
21
Async context has been divided on different scopes. Each scope is a synchronous unit of work
22
22
23
- * Request scope. Expected to be the heaviest scope. All request logic shhould go here
23
+ * Request scope. Expected to be the heaviest scope. All request related logic shhould go here
24
24
25
25
* Response scope. Light scope for putting request result in response
26
26
You can’t perform that action at this time.
0 commit comments