OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
GNU General Public License v3.0
185 stars 137 forks source link

fix http timeout handling #208

Closed jonrios closed 3 years ago

jonrios commented 3 years ago

Hi @uhurusurfa ,

I apologize for the delay.

As you said I reverted the socket timeout removal and removed the read timeout instead. I also added the socket timeout to the HttpSenderModule to make it configurable for sending modules

PS: Sorry for the import changes. I seem unable to convince IntelliJ to leave them be