Hi,

So i have a client running for months doing re-occuring work against a SOAP 
web service, suddenly i got the 
Get url: EOF error and now i am unable to get anything useful back from the 
server (headers) other than the :EOF

There are various threads on this topic
http://stackoverflow.com/questions/17714494/golang-http-request-results-in-eof-errors-when-making-multiple-requests-successi

That points to if using older Go version (mine being 1.3.3) add
req.Close = true 
I can amend this to my application code (or upgrade to a newer Go version) 
but what can i do to release the TCP connection that seems to halt me from 
doing more requests? Is there anything i can do client side or do i need to 
talk to the server-side people to kill (hanged) open connections?

If i try another endpoint (not the SOAP web service) it works (i get the 
headers response back) so it seems that the server rejects more connection 
from my client ? Is that right ?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to