MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE
Here again, it is just a flag renaming. In SC flags, there is no longer
shutdown for writes but shutdowns.
diff --git a/src/proxy.c b/src/proxy.c
index a025e18..f2eb6a8 100644
--- a/src/proxy.c
+++ b/src/proxy.c
@@ -3255,7 +3255,7 @@
extern const char *monthname[12];
/* FIXME: Don't watch the other side !*/
- if (unlikely(sc_opposite(sc)->flags & SC_FL_SHUTW))
+ if (unlikely(sc_opposite(sc)->flags & SC_FL_SHUT_DONE))
return 1;
chunk_reset(&trash);