juks / iso-8583-socket-queue

ISO 8583 gateway
MIT License
194 stars 111 forks source link

http request gateway timeout #45

Closed scalpovich closed 4 years ago

scalpovich commented 4 years ago

Hi igor, I get an issue with http server. When i sent request from http sclient to SQ, i get gateway timeout. Below SQ log. My Host respond well , SQ get the response correctly but http client never get feedback

image

Kindly assist

juks commented 4 years ago

Looks like you have found the answer? Is it premature connection close by on the client side?

scalpovich commented 4 years ago

yes ofcourse After debug at my end i see that the issue comes from my logic. Cause i made some custom in the upstream module. Thanks my dear