[ 
https://issues.apache.org/jira/browse/AVRO-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003625#comment-13003625
 ] 

Doug Cutting commented on AVRO-761:
-----------------------------------

Unless there are objections, I will commit this soon.

> Requestor sends protocol text on each handshake under certain circumstances
> ---------------------------------------------------------------------------
>
>                 Key: AVRO-761
>                 URL: https://issues.apache.org/jira/browse/AVRO-761
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.4.1
>            Reporter: Richard Ahrens
>            Assignee: Doug Cutting
>             Fix For: 1.5.0
>
>         Attachments: AVRO-761.patch, Requestor.java.patch
>
>
> When using a stateless transport such as HTTP and different protocol versions 
> on client and server, Requestor will send the local protocol text on each 
> request once a handshake match is established.  For large protocols, this 
> slows things down considerably.  The attached patch resolves the issue by 
> resetting the sendLocalText field after a successful handshake.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to