Failure in REST test case
-------------------------
Key: SYNAPSE-479
URL: https://issues.apache.org/jira/browse/SYNAPSE-479
Project: Synapse
Issue Type: Bug
Components: Transports
Affects Versions: NIGHTLY
Environment: - Hudson
- Mac OS X
Reporter: Andreas Veithen
Priority: Minor
Attachments: 01-debug.log
The following test case systematically fails:
org.apache.synapse.transport.nhttp.HttpCoreNIOListenerTest.0076:test=REST,client=java.net,endpoint=axis
This test case uses a URLConnection to send a GET request to
HttpCoreNIOListener. The test case logs show that the transport sends back the
status line and the headers, but fails to write the (empty) body. After 60
seconds it times out and closes the connection, causing a "Premature EOF" error
in URLConnection.
This seems to be a regression caused by the recent upgrade to httpcore
4.0-beta3.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]