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=37939>. 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=37939 ------- Additional Comments From [EMAIL PROTECTED] 2005-12-16 20:14 ------- Created an attachment (id=17233) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17233&action=view) Patch (take 1) Roland, I hope this takes care of the problem. The new HttpClientConnection interface looks like that: ... void sendRequest(HttpRequest request) throws HttpException, IOException; void sendRequestHeader(HttpEntityEnclosingRequest request) throws HttpException, IOException; void sendRequestEntity(HttpEntityEnclosingRequest request) throws HttpException, IOException; HttpResponse receiveResponse(HttpParams params) throws HttpException, IOException; HttpResponse receiveResponse(HttpParams params, int timeout) throws HttpException, IOException; ... which *should* cover all the use cases I can think of at the moment. The patch completely decouples the 'expect: continue' logic from the HttpClientConnection interface and its default impl and moves it into the HTTP request executor class Please review and let me know what you think Oleg -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
