[jira] [Commented] (TS-2652) atscppapi: Allow developers to cancel AsyncHttpFetch in specific and AsyncProviders in general

2014-03-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13949770#comment-13949770
 ] 

ASF subversion and git services commented on TS-2652:
-

Commit 98d85f242683a4d21c80e218775e5b068f9534f6 in trafficserver's branch 
refs/heads/master from [~briang]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=98d85f2 ]

[TS-2652] Allowing cancelation of AsyncProviders


 atscppapi: Allow developers to cancel AsyncHttpFetch in specific and 
 AsyncProviders in general
 --

 Key: TS-2652
 URL: https://issues.apache.org/jira/browse/TS-2652
 Project: Traffic Server
  Issue Type: Wish
  Components: TS API
Reporter: Manjesh Nilange
Assignee: Brian Geffon
 Fix For: 5.0.0


 Use case - if a plugin starts an async http fetch but wants to cancel it 
 before completion (timeout or something), the options available today are
 1) setting some state in the plugin and using this to ignore the callback.
 2) delete receiver (most cases a transaction plugin).
 #1 is ugly and #2 is not possible always (there may be other things the 
 plugin wants to do).



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-2652) atscppapi: Allow developers to cancel AsyncHttpFetch in specific and AsyncProviders in general

2014-03-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13949768#comment-13949768
 ] 

ASF subversion and git services commented on TS-2652:
-

Commit 521b6e11d4357ccaae348c4714b1084b39a199d0 in trafficserver's branch 
refs/heads/master from [~manjesh]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=521b6e1 ]

TS-2652: Providing a true cancel() in AsyncTimer


 atscppapi: Allow developers to cancel AsyncHttpFetch in specific and 
 AsyncProviders in general
 --

 Key: TS-2652
 URL: https://issues.apache.org/jira/browse/TS-2652
 Project: Traffic Server
  Issue Type: Wish
  Components: TS API
Reporter: Manjesh Nilange
Assignee: Brian Geffon
 Fix For: 5.0.0


 Use case - if a plugin starts an async http fetch but wants to cancel it 
 before completion (timeout or something), the options available today are
 1) setting some state in the plugin and using this to ignore the callback.
 2) delete receiver (most cases a transaction plugin).
 #1 is ugly and #2 is not possible always (there may be other things the 
 plugin wants to do).



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-2652) atscppapi: Allow developers to cancel AsyncHttpFetch in specific and AsyncProviders in general

2014-03-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13949771#comment-13949771
 ] 

ASF subversion and git services commented on TS-2652:
-

Commit 006ede8cf25962cf5f291dadb37490ed4082ac8a in trafficserver's branch 
refs/heads/master from [~briang]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=006ede8 ]

[TS-2652] Allowing cancelation of AsyncProviders. This closes #65.


 atscppapi: Allow developers to cancel AsyncHttpFetch in specific and 
 AsyncProviders in general
 --

 Key: TS-2652
 URL: https://issues.apache.org/jira/browse/TS-2652
 Project: Traffic Server
  Issue Type: Wish
  Components: TS API
Reporter: Manjesh Nilange
Assignee: Brian Geffon
 Fix For: 5.0.0


 Use case - if a plugin starts an async http fetch but wants to cancel it 
 before completion (timeout or something), the options available today are
 1) setting some state in the plugin and using this to ignore the callback.
 2) delete receiver (most cases a transaction plugin).
 #1 is ugly and #2 is not possible always (there may be other things the 
 plugin wants to do).



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-2652) atscppapi: Allow developers to cancel AsyncHttpFetch in specific and AsyncProviders in general

2014-03-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13949784#comment-13949784
 ] 

ASF GitHub Bot commented on TS-2652:


Github user asfgit closed the pull request at:

https://github.com/apache/trafficserver/pull/65


 atscppapi: Allow developers to cancel AsyncHttpFetch in specific and 
 AsyncProviders in general
 --

 Key: TS-2652
 URL: https://issues.apache.org/jira/browse/TS-2652
 Project: Traffic Server
  Issue Type: Wish
  Components: TS API
Reporter: Manjesh Nilange
Assignee: Brian Geffon
 Fix For: 5.0.0


 Use case - if a plugin starts an async http fetch but wants to cancel it 
 before completion (timeout or something), the options available today are
 1) setting some state in the plugin and using this to ignore the callback.
 2) delete receiver (most cases a transaction plugin).
 #1 is ugly and #2 is not possible always (there may be other things the 
 plugin wants to do).



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-2652) atscppapi: Allow developers to cancel AsyncHttpFetch in specific and AsyncProviders in general

2014-03-20 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13942416#comment-13942416
 ] 

ASF GitHub Bot commented on TS-2652:


GitHub user manjeshnilange opened a pull request:

https://github.com/apache/trafficserver/pull/65

Patch for TS-2652: Allowing cancelation of AsyncProviders



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/manjeshnilange/trafficserver master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/65.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #65


commit af12e778714f6950316d2752339be178df43d7f1
Author: Manjesh Nilange manjeshnila...@yahoo.com
Date:   2014-03-20T22:22:52Z

Patch for TS-2652: Allowing cancelation of AsyncProviders




 atscppapi: Allow developers to cancel AsyncHttpFetch in specific and 
 AsyncProviders in general
 --

 Key: TS-2652
 URL: https://issues.apache.org/jira/browse/TS-2652
 Project: Traffic Server
  Issue Type: Wish
Reporter: Manjesh Nilange
Assignee: Brian Geffon

 Use case - if a plugin starts an async http fetch but wants to cancel it 
 before completion (timeout or something), the options available today are
 1) setting some state in the plugin and using this to ignore the callback.
 2) delete receiver (most cases a transaction plugin).
 #1 is ugly and #2 is not possible always (there may be other things the 
 plugin wants to do).



--
This message was sent by Atlassian JIRA
(v6.2#6252)