]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/forward.cc
Author: Alex Rousskov <rousskov@measurement-factory.com>, Christos Tsantilas <chtsant...
[thirdparty/squid.git] / src / forward.cc
index 8f9c3dcb886739c650c8696506952a48a3bcc1cb..6e0a46be09812c149c411ee30ecd544631b9c385 100644 (file)
@@ -290,6 +290,8 @@ FwdState::fail(ErrorState * errorState)
 
     if (!errorState->request)
         errorState->request = HTTPMSGLOCK(request);
+
+    request->detailError(errorState->type, errorState->xerrno);
 }
 
 /**