forked from fred29/Dancer-Plugin-TimeoutManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
30 lines (21 loc) · 854 Bytes
/
Changes
File metadata and controls
30 lines (21 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Revision history for Perl extension Dancer::Plugin::TimeoutManager.
0.10 Fri Dec 7 15:59:00 2018
- add max_timeout config variable and DISABLE_DANCER_TIMEOUT environment variable
0.09 Mon Jan 12 11:15:00 2015
- improve code management of variable $timeout
0.08 Tue Jan 8 14:35:00 2015
- use try tiny instead of eval in code
0.07 Thu Jan 5 12:35:00 2015
- Update Changes
0.06 Thu Jan 5 12:35:00 2015
- Add missing dependencie
0.05 Fri Dec 19 12:00:00
- Manage version number
0.04 Thu Dec 18 12:00:00
- Update documentation
0.03 Thu Dec 16 14:00:00 2015
- Manage empty timeout and manage header X-Dancer-Timeout
0.02 Mon Dec 15 17:05:00 2014
- when timeout is set to 0, the behavior is exactly the same that without timeout
0.01 Thu Dec 11 14:38:37 2014
- First version of Dancer::Plugin::TimeoutManager