REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}
There's no more reason for keepin the code and definitions in conn_stream,
let's move all that to stconn. The alphabetical ordering of include files
was adjusted.
diff --git a/Makefile b/Makefile
index 918ddc1..fb57ef8 100644
--- a/Makefile
+++ b/Makefile
@@ -953,7 +953,7 @@
src/base64.o src/uri_auth.o src/time.o src/ebsttree.o src/ebistree.o \
src/dynbuf.o src/auth.o src/wdt.o src/pipe.o src/http_acl.o \
src/hpack-huff.o src/hpack-enc.o src/dict.o src/init.o src/freq_ctr.o \
- src/ebtree.o src/hash.o src/dgram.o src/version.o src/conn_stream.o \
+ src/ebtree.o src/hash.o src/dgram.o src/version.o src/stconn.o \
src/ncbuf.o
ifneq ($(TRACE),)