WS.timeout(String) is wrong

Bug #598354 reported by wyz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
play framework
Status tracked in 1.0
1.0
Fix Committed
Undecided
Erwan Loisant

Bug Description

WS.timeout(String) is implemented wrongly:

Current implementation:
this.timeout = 1000 + Time.parseDuration(duration);

Correct implementation
this.timeout = 1000 * Time.parseDuration(duration);

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.