issue 1
(onTimeout is executed if request is send again before finish...) reported by kguelzau
- If the Request instance is used again while an old send() is still in
progress the new send() always fires onTimeout.
send() has to invoke check to work properly.
send: function(options){
if (!this.check(options))
return this;
...
If the Request instance is used again while an old send() is still in
progress the new send() always fires onTimeout.
send() has to invoke check to work properly.
send: function(options){
if (!this.check(options))
return this;
...
Jan 29, 2009
r11
(fixed onComplete event for multiple send calls of one reques...) committed by BlackMacde
- fixed onComplete event for multiple send calls of one request instance
fixed onComplete event for multiple send calls of one request instance
Dec 06, 2008
r10
(cleaning up) committed by BlackMacde
- cleaning up
cleaning up
Dec 06, 2008
r9
(removed test) committed by BlackMacde
- removed test