Hey ๐๐ปโโ๏ธI'm new to the low-level http API in Deno and noticed something odd about HttpCon.prototype.close()
The following code produces different results on Debian (first) and Windows (second) vs. macOS (third).
My question: Is this a bug in Deno, or is my code unsafe and relying on a platform-specific race condition?