[ 
https://issues.apache.org/jira/browse/THRIFT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nils Hügelmann updated THRIFT-322:
----------------------------------

    Attachment: thrift-csharp-httphandler-test.diff

Created some test, but everytimes, the thirf request aborts with a 
"System.Net.WebException: The request timed out" at 
System.Net.HttpWebRequest.GetRequestStream () of the client. There is no data 
transmitted tcp and the server is able to process further requests after client 
restart.

Can somebody please confirm this?

Patch does also contain the error in the makefile.

I have changed the syntax for the test program:
old
ThriftTest.exe server [port]
new
ThriftTest.exe server tcp|http [port]

my test:
mono ThriftTest.exe server http 61000
mono ThriftTest.exe client -u http://localhost:61000/

btw please dont forget to apply my httphandler3.patch to fix the makefile 
problem

> IHttpHandler for Thrift
> -----------------------
>
>                 Key: THRIFT-322
>                 URL: https://issues.apache.org/jira/browse/THRIFT-322
>             Project: Thrift
>          Issue Type: New Feature
>          Components: C# - Library
>            Reporter: Fredrik Hedberg
>            Assignee: Nils Hügelmann
>            Priority: Minor
>         Attachments: thrift-csharp-httphandler-test.diff, 
> thrift-csharp-httphandler.diff, thrift-csharp-httphandler.diffupdated.diff, 
> thrift-csharp-httphandler2.diff, thrift-csharp-httphandler3.diff
>
>
> IHttpHandler for Thrift.

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

Reply via email to