[ https://issues.apache.org/jira/browse/AVRO-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830169#action_12830169 ]
Doug Cutting commented on AVRO-287: ----------------------------------- > httplib.HTTPConnection does not support multiple subsequent requests over a > single connection. That shouldn't cause problems. The handshake need not be done over the same connection as the subsequent request. Each are distinct exchanges at the transport layer that require no shared state. > Make RPC interop tests work with new Python implementation > ---------------------------------------------------------- > > Key: AVRO-287 > URL: https://issues.apache.org/jira/browse/AVRO-287 > Project: Avro > Issue Type: Test > Components: python > Reporter: Jeff Hammerbacher > Assignee: Jeff Hammerbacher > Fix For: 1.3.0 > > Attachments: AVRO-287.patch, echo.avpr, HelloClient.java, > HelloServer.java, hw.py > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.