ZOOM C: handle HTTP redirect for SRU GET
[yaz-moved-to-github.git] / src / zoom-p.h
index a464f29..f227f13 100644 (file)
@@ -103,6 +103,7 @@ struct ZOOM_connection_p {
     ZOOM_Event m_queue_front;
     ZOOM_Event m_queue_back;
     zoom_sru_mode sru_mode;
+    int no_redirects; /* 0 for no redirects. >0 for number of redirects */
 };
 
 struct ZOOM_options_entry {