[
https://issues.apache.org/jira/browse/AVRO-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488608#comment-15488608
]
Jeremy Custenborder commented on AVRO-1910:
-------------------------------------------
Thanks for looking at this [~arthurcoquelet]. I'm digging a little deeper into
that test. It looks to be a false negative. I commented out
HttpClientServerTest.TestRequestResponse() and added a blank test. At least on
Mono on Mac it looks like the the Init() method is failing. I get
{code}TestFixtureSetUp failed in HttpClientServerTest{code}. The exception
during Init() is not being displayed and TestRequestResponse() fails instantly
when during the ReadBuffers call. I'm going to dig in further and fix this test
failure in this pull. In the meantime does this fix the issues you were
encountering earlier?
> Avro HttpTransceiver.cs - throw new Exception(string.Format("Unexpected end
> of response binary stream - expected {0} more bytes in current chunk",
> (object)count));
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AVRO-1910
> URL: https://issues.apache.org/jira/browse/AVRO-1910
> Project: Avro
> Issue Type: Bug
> Components: csharp
> Reporter: Arthur Coquelet
> Assignee: Jeremy Custenborder
>
> in Avro HttpTransceiver.cs -
> I basically get this exception:
> throw new Exception(string.Format("Unexpected end of response binary stream -
> expected {0} more bytes in current chunk", (object)count));
> I have in my Excel which use my addin:
> Unexpected end of response binary stream - expected 1154463041 more bytes in
> current chunk
> It appears while transferring data from the server to the client. It lots of
> data but it does not reach the limit.
> Could you please advise of how to deal with this exception?
> Thanks in advance.
> Best regards,
> Arthur Coquelet
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)