[
https://issues.apache.org/jira/browse/AXISCPP-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nadir amra resolved AXISCPP-481.
--------------------------------
Resolution: Fixed
Fix Version/s: (was: 1.5 Final)
current (nightly)
Assignee: nadir amra (was: Samisa Abeysinghe)
This has not been resolved.
A channel's reopenRequired() method was always returning false. I changed this
to
{ return (INVALID_SOCKET == m_Sock); }
The transport now makes use of the reopenRequired() to determine if it needs to
reopen a connection.
Will mark as resolved until a test case is created.
> Axis3 transport closes connection when using HTTP/1.1 even though
> Connection:close is not available
> ---------------------------------------------------------------------------------------------------
>
> Key: AXISCPP-481
> URL: https://issues.apache.org/jira/browse/AXISCPP-481
> Project: Axis-C++
> Issue Type: Bug
> Components: Transport (axis3)
> Affects Versions: 1.5 Alpha
> Reporter: Samisa Abeysinghe
> Assigned To: nadir amra
> Fix For: current (nightly)
>
>
> The connection should not be closed when using HTTP/1.1 if Connection:close
> is not present.
> At the moment axis3 is closing the connection violating HTTP semantics.
--
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]