i see that curl does avoid using `CONNECT` unless needed
but if im implementing a general-purpose tcp proxy layer, it seems like just ignoring anything except `CONNECT` is the way to go, esp considering that 99.9% servers should still support `CONNECT` (for https at least)
bc otherwise i'd have to sniff the content before establishing the connection :neocat_googly_woozy: