If I delegate the handling of a request, but still want information about 
the response (status code, compressed, content length). 
How should that information be returned without risk of leaving the 
connection open?

Close the response body and return the response?
Close the response, transfer the information and return it in a separate 
data structure?

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