You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2006/03/12 20:32:34 UTC

DO NOT REPLY [Bug 38943] - missing notification API for http-async

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38943>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38943


http-async@dubioso.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|httpclient-                 |http-async@dubioso.net
                   |dev@jakarta.apache.org      |
             Status|NEW                         |ASSIGNED




------- Additional Comments From http-async@dubioso.net  2006-03-12 19:32 -------
Created an attachment (id=17877)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17877&action=view)
patch, take 1

This patch fails to apply in 4 files, again because of the @version
line in the class comment. To apply the patch, change that line to:

 * @version $Revision$ $Date$

in the following source files:

trunk/http-async/src/java/org/apache/http/async/AsyncHttpProcessor.java
trunk/http-async/src/java/org/apache/http/async/impl/SimpleHttpHandle.java
trunk/http-async/src/java/org/apache/http/async/impl/SimpleHttpDispatcher.java
trunk/http-async/src/java/org/apache/http/async/AbstractHttpHandle.java

This time, I've added several empty JavaDoc lines to the class comments,
so that the @version line will not be in the patch context in the future.

When reviewing this patch, please give the interface and example special
scrutiny. Currently, the callback handler is passed in the HttpContext,
so it can be changed on a per-request basis if needed.

This patch does not add logging. I'll do that in a separate step
once the notification interface is agreed upon and committed.

cheers,
  Roland

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org