Hi everyone!

I've implemented a simple HTTP server using some timeout values for read 
and write.
I was expecting that if the timeout is reached the server closes the 
connection and sending an 408 (REquest timeout) status code.
I also assumed that in the header "Connection": close is set.

What I observed is that the server simply kills the connection. On the 
client side I do recognise this by getting an response which is nil. 
Do I have to hijack the connection and send the 408 on my own?

But maybe I missed something else...

Regards

Wolfgang

-- 
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